#fcaf92

Color #FCAF92 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FCAF92

Tints of Rose Bud #FCAF92

Color information

#FCAF92 (or 0xFCAF92) is unknown color: approx Rose Bud. HEX triplet: FC, AF and 92. RGB value is (252,175,146). Sum of RGB (Red+Green+Blue) = 252+175+146=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF92 is #03506D. Grayscale: #C2C2C2. Windows color (decimal): -217198 or 9613308. OLE color: 9613308.

HSL color Cylindrical-coordinate representation of color #FCAF92: hue angle of 16.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCAF92 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252175146-
CMYK00.310.420.01
HSL16.42º94.64%78.04%-
HSV(B)16.42º42.06%98.82%-
XYZ60.6653.4334.31-
YUV194.72100.51168.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=43.98%
G=30.54%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217514600.310.420.0116.4294.6478.04
HexFCAF9201F2A1105f4e
Octal37425722203752120137116
Binary11111100101011111001001001111110101011000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcaf92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcaf92; }

 p { color: rgb(252,175,146); }

 H1.HeaderClassName
 {
   color: #fcaf92;
 }
 .AnyTagClassName
 {
   color: #fcaf92;
 }
</style>
background-color css

<style>
 a { background-color: #fcaf92; }

 a { background-color: rgb(252,175,146); }

 div.DivClassName
 {
   background-color: #fcaf92;
 }
 .BgClassName
 {
   background-color: #fcaf92;
 }
</style>
border-color css

<style>
 span { border-color: #fcaf92; }

 span { border-color: rgb(252,175,146); }

 td.TdClassName
 {
   border-color: #fcaf92;
 }
 .TagClassName
 {
   border-color: #fcaf92;
 }
</style>