#FAC1E8

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

Shades of Classic Rose #FAC1E8

Tints of Classic Rose #FAC1E8

Color information

#FAC1E8 (or 0xFAC1E8) is unknown color: approx Classic Rose. HEX triplet: FA, C1 and E8. RGB value is (250,193,232). Sum of RGB (Red+Green+Blue) = 250+193+232=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1E8 is #053E17. Grayscale: #D6D6D6. Windows color (decimal): -343576 or 15254010. OLE color: 15254010.

HSL color Cylindrical-coordinate representation of color #FAC1E8: hue angle of 318.95º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1E8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250193232-
CMYK00.230.070.02
HSL318.95º85.07%86.86%-
HSV(B)318.95º22.8%98.04%-
XYZ73.0664.2984.9-
YUV214.49137.88153.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 193 (75.78% from 255) = 28.59%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=37.04%
G=28.59%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019323200.230.070.02318.9585.0786.86
HexFAC1E80177213f5557
Octal37230135002772477125127
Binary1111101011000001111010000101111111010011111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1E8; }

 p { color: rgb(250,193,232); }

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

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

 a { background-color: rgb(250,193,232); }

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

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

 span { border-color: rgb(250,193,232); }

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