#FACFE6

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

Shades of Classic Rose #FACFE6

Tints of Classic Rose #FACFE6

Color information

#FACFE6 (or 0xFACFE6) is unknown color: approx Classic Rose. HEX triplet: FA, CF and E6. RGB value is (250,207,230). Sum of RGB (Red+Green+Blue) = 250+207+230=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE6 is #053019. Grayscale: #DEDEDE. Windows color (decimal): -339994 or 15126522. OLE color: 15126522.

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

Color convert

RGB250207230-
CMYK00.170.080.02
HSL327.91º81.13%89.61%-
HSV(B)327.91º17.2%98.04%-
XYZ76.0270.6684.5-
YUV222.48132.25147.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 230 (90.23% from 255) = 33.48%
R=36.39%
G=30.13%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020723000.170.080.02327.9181.1389.61
HexFACFE601182148515a
Octal372317346021102510121132
Binary11111010110011111110011001000110001010100100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFE6; }

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

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

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

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

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

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

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

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