#FACFEC

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

Shades of Classic Rose #FACFEC

Tints of Classic Rose #FACFEC

Color information

#FACFEC (or 0xFACFEC) is unknown color: approx Classic Rose. HEX triplet: FA, CF and EC. RGB value is (250,207,236). Sum of RGB (Red+Green+Blue) = 250+207+236=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEC is #053013. Grayscale: #DFDFDF. Windows color (decimal): -339988 or 15519738. OLE color: 15519738.

HSL color Cylindrical-coordinate representation of color #FACFEC: hue angle of 319.53º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFEC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250207236-
CMYK00.170.060.02
HSL319.53º81.13%89.61%-
HSV(B)319.53º17.2%98.04%-
XYZ76.8871.0189.01-
YUV223.16135.25147.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=36.08%
G=29.87%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020723600.170.060.02319.5381.1389.61
HexFACFEC01162140515a
Octal37231735402162500121132
Binary1111101011001111111011000100011101010100000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFEC; }

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

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

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

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

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

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

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

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