#FAC5DD

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

Shades of Classic Rose #FAC5DD

Tints of Classic Rose #FAC5DD

Color information

#FAC5DD (or 0xFAC5DD) is unknown color: approx Classic Rose. HEX triplet: FA, C5 and DD. RGB value is (250,197,221). Sum of RGB (Red+Green+Blue) = 250+197+221=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DD is #053A22. Grayscale: #D7D7D7. Windows color (decimal): -342563 or 14534138. OLE color: 14534138.

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

Color convert

RGB250197221-
CMYK00.210.120.02
HSL332.83º84.13%87.65%-
HSV(B)332.83º21.2%98.04%-
XYZ72.4465.4877.23-
YUV215.58131.06152.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 197 (77.34% from 255) = 29.49%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=37.43%
G=29.49%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019722100.210.120.02332.8384.1387.65
HexFAC5DD015C214d5458
Octal372305335025142515124130
Binary11111010110001011101110101010111001010100110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5DD; }

 p { color: rgb(250,197,221); }

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

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

 a { background-color: rgb(250,197,221); }

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

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

 span { border-color: rgb(250,197,221); }

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