#FAC8DE

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

Shades of Classic Rose #FAC8DE

Tints of Classic Rose #FAC8DE

Color information

#FAC8DE (or 0xFAC8DE) is unknown color: approx Classic Rose. HEX triplet: FA, C8 and DE. RGB value is (250,200,222). Sum of RGB (Red+Green+Blue) = 250+200+222=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DE is #053721. Grayscale: #D9D9D9. Windows color (decimal): -341794 or 14600442. OLE color: 14600442.

HSL color Cylindrical-coordinate representation of color #FAC8DE: hue angle of 333.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8DE is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250200222-
CMYK00.20.110.02
HSL333.6º83.33%88.24%-
HSV(B)333.6º20%98.04%-
XYZ73.2666.9178.16-
YUV217.46130.56151.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 200 (78.52% from 255) = 29.76%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=37.20%
G=29.76%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020022200.20.110.02333.683.3388.24
HexFAC8DE014B214e5358
Octal372310336024132516123130
Binary11111010110010001101111001010010111010100111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8DE; }

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

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

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

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

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

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

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

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