#FACAE9

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

Shades of Classic Rose #FACAE9

Tints of Classic Rose #FACAE9

Color information

#FACAE9 (or 0xFACAE9) is unknown color: approx Classic Rose. HEX triplet: FA, CA and E9. RGB value is (250,202,233). Sum of RGB (Red+Green+Blue) = 250+202+233=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAE9 is #053516. Grayscale: #DBDBDB. Windows color (decimal): -341271 or 15321850. OLE color: 15321850.

HSL color Cylindrical-coordinate representation of color #FACAE9: hue angle of 321.25º 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 #FACAE9 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250202233-
CMYK00.190.070.02
HSL321.25º82.76%88.63%-
HSV(B)321.25º19.2%98.04%-
XYZ75.2568.4586.34-
YUV219.89135.4149.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=36.50%
G=29.49%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020223300.190.070.02321.2582.7688.63
HexFACAE9013721415359
Octal37231235102372501123131
Binary1111101011001010111010010100111111010100000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAE9; }

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

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

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

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

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

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

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

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