#FACAE4

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

Shades of Classic Rose #FACAE4

Tints of Classic Rose #FACAE4

Color information

#FACAE4 (or 0xFACAE4) is unknown color: approx Classic Rose. HEX triplet: FA, CA and E4. RGB value is (250,202,228). Sum of RGB (Red+Green+Blue) = 250+202+228=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAE4 is #05351B. Grayscale: #DBDBDB. Windows color (decimal): -341276 or 14994170. OLE color: 14994170.

HSL color Cylindrical-coordinate representation of color #FACAE4: hue angle of 327.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAE4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250202228-
CMYK00.190.090.02
HSL327.5º82.76%88.63%-
HSV(B)327.5º19.2%98.04%-
XYZ74.5568.1782.63-
YUV219.32132.9149.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=36.76%
G=29.71%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020222800.190.090.02327.582.7688.63
HexFACAE4013921485359
Octal372312344023112510123131
Binary11111010110010101110010001001110011010100100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAE4; }

 p { color: rgb(250,202,228); }

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

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

 a { background-color: rgb(250,202,228); }

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

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

 span { border-color: rgb(250,202,228); }

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