#FACFE7

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

Shades of Classic Rose #FACFE7

Tints of Classic Rose #FACFE7

Color information

#FACFE7 (or 0xFACFE7) is unknown color: approx Classic Rose. HEX triplet: FA, CF and E7. RGB value is (250,207,231). Sum of RGB (Red+Green+Blue) = 250+207+231=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE7 is #053018. Grayscale: #DEDEDE. Windows color (decimal): -339993 or 15192058. OLE color: 15192058.

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

Color convert

RGB250207231-
CMYK00.170.080.02
HSL326.51º81.13%89.61%-
HSV(B)326.51º17.2%98.04%-
XYZ76.1670.7285.24-
YUV222.59132.75147.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=36.34%
G=30.09%
B=33.58%

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
Decimal25020723100.170.080.02326.5181.1389.61
HexFACFE701182147515a
Octal372317347021102507121132
Binary11111010110011111110011101000110001010100011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFE7; }

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

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

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

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

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

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

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

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