#F9C5D2

Color #F9C5D2 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F9C5D2

Tints of Pink Lace #F9C5D2

Color information

#F9C5D2 (or 0xF9C5D2) is unknown color: approx Pink Lace. HEX triplet: F9, C5 and D2. RGB value is (249,197,210). Sum of RGB (Red+Green+Blue) = 249+197+210=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5D2 is #063A2D. Grayscale: #D6D6D6. Windows color (decimal): -408110 or 13813241. OLE color: 13813241.

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

Color convert

RGB249197210-
CMYK00.210.160.02
HSL345º81.25%87.45%-
HSV(B)345º20.88%97.65%-
XYZ70.6764.7369.74-
YUV214.03125.73152.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 210 (82.42% from 255) = 32.01%
R=37.96%
G=30.03%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919721000.210.160.0234581.2587.45
HexF9C5D20151021595157
Octal371305322025202531121127
Binary111110011100010111010010010101100001010101100110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C5D2; }

 p { color: rgb(249,197,210); }

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

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

 a { background-color: rgb(249,197,210); }

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

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

 span { border-color: rgb(249,197,210); }

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