#FAC6DD

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

Shades of Classic Rose #FAC6DD

Tints of Classic Rose #FAC6DD

Color information

#FAC6DD (or 0xFAC6DD) is unknown color: approx Classic Rose. HEX triplet: FA, C6 and DD. RGB value is (250,198,221). Sum of RGB (Red+Green+Blue) = 250+198+221=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6DD is #053922. Grayscale: #D8D8D8. Windows color (decimal): -342307 or 14534394. OLE color: 14534394.

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

Color convert

RGB250198221-
CMYK00.210.120.02
HSL333.46º83.87%87.84%-
HSV(B)333.46º20.8%98.04%-
XYZ72.6765.9377.3-
YUV216.17130.73152.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=37.37%
G=29.60%
B=33.03%

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
Decimal25019822100.210.120.02333.4683.8787.84
HexFAC6DD015C214d5458
Octal372306335025142515124130
Binary11111010110001101101110101010111001010100110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6DD; }

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

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

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

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

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

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

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

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