#FACCE2

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

Shades of Classic Rose #FACCE2

Tints of Classic Rose #FACCE2

Color information

#FACCE2 (or 0xFACCE2) is unknown color: approx Classic Rose. HEX triplet: FA, CC and E2. RGB value is (250,204,226). Sum of RGB (Red+Green+Blue) = 250+204+226=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCE2 is #05331D. Grayscale: #DCDCDC. Windows color (decimal): -340766 or 14863610. OLE color: 14863610.

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

Color convert

RGB250204226-
CMYK00.180.100.02
HSL331.3º82.14%89.02%-
HSV(B)331.3º18.4%98.04%-
XYZ74.746981.33-
YUV220.26131.24149.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=36.76%
G=30%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020422600.180.100.02331.382.1489.02
HexFACCE2012A214b5259
Octal372314342022122513122131
Binary11111010110011001110001001001010101010100101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCE2; }

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

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

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

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

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

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

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

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