#FACCE4

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

Shades of Classic Rose #FACCE4

Tints of Classic Rose #FACCE4

Color information

#FACCE4 (or 0xFACCE4) is unknown color: approx Classic Rose. HEX triplet: FA, CC and E4. RGB value is (250,204,228). Sum of RGB (Red+Green+Blue) = 250+204+228=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCE4 is #05331B. Grayscale: #DCDCDC. Windows color (decimal): -340764 or 14994682. OLE color: 14994682.

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

Color convert

RGB250204228-
CMYK00.180.090.02
HSL328.7º82.14%89.02%-
HSV(B)328.7º18.4%98.04%-
XYZ75.0269.1182.78-
YUV220.49132.24149.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=36.66%
G=29.91%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020422800.180.090.02328.782.1489.02
HexFACCE4012921495259
Octal372314344022112511122131
Binary11111010110011001110010001001010011010100100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCE4; }

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

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

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

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

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

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

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

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