#F6CDD2

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

Shades of Pink Lace #F6CDD2

Tints of Pink Lace #F6CDD2

Color information

#F6CDD2 (or 0xF6CDD2) is unknown color: approx Pink Lace. HEX triplet: F6, CD and D2. RGB value is (246,205,210). Sum of RGB (Red+Green+Blue) = 246+205+210=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD2 is #09322D. Grayscale: #D9D9D9. Windows color (decimal): -602670 or 13815286. OLE color: 13815286.

HSL color Cylindrical-coordinate representation of color #F6CDD2: hue angle of 352.68º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDD2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246205210-
CMYK00.170.150.04
HSL352.68º69.49%88.43%-
HSV(B)352.68º16.67%96.47%-
XYZ71.4767.9170.31-
YUV217.83123.58148.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 210 (82.42% from 255) = 31.77%
R=37.22%
G=31.01%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620521000.170.150.04352.6869.4988.43
HexF6CDD2011F41614558
Octal366315322021174541105130
Binary111101101100110111010010010001111110010110000110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDD2; }

 p { color: rgb(246,205,210); }

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

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

 a { background-color: rgb(246,205,210); }

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

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

 span { border-color: rgb(246,205,210); }

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