#FACCEE

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

Shades of Classic Rose #FACCEE

Tints of Classic Rose #FACCEE

Color information

#FACCEE (or 0xFACCEE) is unknown color: approx Classic Rose. HEX triplet: FA, CC and EE. RGB value is (250,204,238). Sum of RGB (Red+Green+Blue) = 250+204+238=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCEE is #053311. Grayscale: #DDDDDD. Windows color (decimal): -340754 or 15650042. OLE color: 15650042.

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

Color convert

RGB250204238-
CMYK00.180.050.02
HSL315.65º82.14%89.02%-
HSV(B)315.65º18.4%98.04%-
XYZ76.4569.6890.31-
YUV221.63137.24148.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 204 (80.08% from 255) = 29.48%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=36.13%
G=29.48%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020423800.180.050.02315.6582.1489.02
HexFACCEE0125213c5259
Octal37231435602252474122131
Binary1111101011001100111011100100101011010011110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCEE; }

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

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

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

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

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

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

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

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