#F6C4D5

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

Shades of Pink Lace #F6C4D5

Tints of Pink Lace #F6C4D5

Color information

#F6C4D5 (or 0xF6C4D5) is unknown color: approx Pink Lace. HEX triplet: F6, C4 and D5. RGB value is (246,196,213). Sum of RGB (Red+Green+Blue) = 246+196+213=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4D5 is #093B2A. Grayscale: #D4D4D4. Windows color (decimal): -604971 or 14009590. OLE color: 14009590.

HSL color Cylindrical-coordinate representation of color #F6C4D5: hue angle of 339.6º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C4D5 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246196213-
CMYK00.200.130.04
HSL339.6º73.53%86.67%-
HSV(B)339.6º20.33%96.47%-
XYZ69.7663.8871.6-
YUV212.89128.06151.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 196 (76.95% from 255) = 29.92%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=37.56%
G=29.92%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619621300.200.130.04339.673.5386.67
HexF6C4D5014D41544a57
Octal366304325024154524112127
Binary111101101100010011010101010100110110010101010010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C4D5; }

 p { color: rgb(246,196,213); }

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

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

 a { background-color: rgb(246,196,213); }

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

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

 span { border-color: rgb(246,196,213); }

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