#FAC1DE

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

Shades of Classic Rose #FAC1DE

Tints of Classic Rose #FAC1DE

Color information

#FAC1DE (or 0xFAC1DE) is unknown color: approx Classic Rose. HEX triplet: FA, C1 and DE. RGB value is (250,193,222). Sum of RGB (Red+Green+Blue) = 250+193+222=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DE is #053E21. Grayscale: #D5D5D5. Windows color (decimal): -343586 or 14598650. OLE color: 14598650.

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

Color convert

RGB250193222-
CMYK00.230.110.02
HSL329.47º85.07%86.86%-
HSV(B)329.47º22.8%98.04%-
XYZ71.6863.7477.63-
YUV213.35132.88154.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 193 (75.78% from 255) = 29.02%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=37.59%
G=29.02%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019322200.230.110.02329.4785.0786.86
HexFAC1DE017B21495557
Octal372301336027132511125127
Binary11111010110000011101111001011110111010100100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1DE; }

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

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

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

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

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

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

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

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