#FACCE8

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

Shades of Classic Rose #FACCE8

Tints of Classic Rose #FACCE8

Color information

#FACCE8 (or 0xFACCE8) is unknown color: approx Classic Rose. HEX triplet: FA, CC and E8. RGB value is (250,204,232). Sum of RGB (Red+Green+Blue) = 250+204+232=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCE8 is #053317. Grayscale: #DCDCDC. Windows color (decimal): -340760 or 15256826. OLE color: 15256826.

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

Color convert

RGB250204232-
CMYK00.180.070.02
HSL323.48º82.14%89.02%-
HSV(B)323.48º18.4%98.04%-
XYZ75.5869.3485.74-
YUV220.95134.24148.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=36.44%
G=29.74%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020423200.180.070.02323.4882.1489.02
HexFACCE8012721435259
Octal37231435002272503122131
Binary1111101011001100111010000100101111010100001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCE8; }

 p { color: rgb(250,204,232); }

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

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

 a { background-color: rgb(250,204,232); }

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

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

 span { border-color: rgb(250,204,232); }

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