#FACCEC

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

Shades of Classic Rose #FACCEC

Tints of Classic Rose #FACCEC

Color information

#FACCEC (or 0xFACCEC) is unknown color: approx Classic Rose. HEX triplet: FA, CC and EC. RGB value is (250,204,236). Sum of RGB (Red+Green+Blue) = 250+204+236=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCEC is #053313. Grayscale: #DDDDDD. Windows color (decimal): -340756 or 15518970. OLE color: 15518970.

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

Color convert

RGB250204236-
CMYK00.180.060.02
HSL318.26º82.14%89.02%-
HSV(B)318.26º18.4%98.04%-
XYZ76.1669.5788.77-
YUV221.4136.24148.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=36.23%
G=29.57%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020423600.180.060.02318.2682.1489.02
HexFACCEC0126213e5259
Octal37231435402262476122131
Binary1111101011001100111011000100101101010011111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCEC; }

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

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

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

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

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

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

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

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