#FCAF94

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

Shades of Rose Bud #FCAF94

Tints of Rose Bud #FCAF94

Color information

#FCAF94 (or 0xFCAF94) is unknown color: approx Rose Bud. HEX triplet: FC, AF and 94. RGB value is (252,175,148). Sum of RGB (Red+Green+Blue) = 252+175+148=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF94 is #03506B. Grayscale: #C3C3C3. Windows color (decimal): -217196 or 9744380. OLE color: 9744380.

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

Color convert

RGB252175148-
CMYK00.310.410.01
HSL15.58º94.55%78.43%-
HSV(B)15.58º41.27%98.82%-
XYZ60.8253.4935.14-
YUV194.94101.51168.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=43.83%
G=30.43%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217514800.310.410.0115.5894.5578.43
HexFCAF9401F291105f4e
Octal37425722403751120137116
Binary11111100101011111001010001111110100111000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF94; }

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

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

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

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

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

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

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

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