#FACAEE

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

Shades of Classic Rose #FACAEE

Tints of Classic Rose #FACAEE

Color information

#FACAEE (or 0xFACAEE) is unknown color: approx Classic Rose. HEX triplet: FA, CA and EE. RGB value is (250,202,238). Sum of RGB (Red+Green+Blue) = 250+202+238=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAEE is #053511. Grayscale: #DCDCDC. Windows color (decimal): -341266 or 15649530. OLE color: 15649530.

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

Color convert

RGB250202238-
CMYK00.190.050.02
HSL315º82.76%88.63%-
HSV(B)315º19.2%98.04%-
XYZ75.9868.7490.15-
YUV220.46137.9149.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=36.23%
G=29.28%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020223800.190.050.0231582.7688.63
HexFACAEE0135213b5359
Octal37231235602352473123131
Binary1111101011001010111011100100111011010011101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAEE; }

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

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

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

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

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

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

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

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