#FACCE6

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

Shades of Classic Rose #FACCE6

Tints of Classic Rose #FACCE6

Color information

#FACCE6 (or 0xFACCE6) is unknown color: approx Classic Rose. HEX triplet: FA, CC and E6. RGB value is (250,204,230). Sum of RGB (Red+Green+Blue) = 250+204+230=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCE6 is #053319. Grayscale: #DCDCDC. Windows color (decimal): -340762 or 15125754. OLE color: 15125754.

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

Color convert

RGB250204230-
CMYK00.180.080.02
HSL326.09º82.14%89.02%-
HSV(B)326.09º18.4%98.04%-
XYZ75.369.2284.26-
YUV220.72133.24148.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=36.55%
G=29.82%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020423000.180.080.02326.0982.1489.02
HexFACCE6012821465259
Octal372314346022102506122131
Binary11111010110011001110011001001010001010100011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCE6; }

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

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

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

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

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

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

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

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