#F6CDD5

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

Shades of Pink Lace #F6CDD5

Tints of Pink Lace #F6CDD5

Color information

#F6CDD5 (or 0xF6CDD5) is unknown color: approx Pink Lace. HEX triplet: F6, CD and D5. RGB value is (246,205,213). Sum of RGB (Red+Green+Blue) = 246+205+213=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD5 is #09322A. Grayscale: #DADADA. Windows color (decimal): -602667 or 14011894. OLE color: 14011894.

HSL color Cylindrical-coordinate representation of color #F6CDD5: hue angle of 348.29º 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 #F6CDD5 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246205213-
CMYK00.170.130.04
HSL348.29º69.49%88.43%-
HSV(B)348.29º16.67%96.47%-
XYZ71.8568.0672.3-
YUV218.17125.08147.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=37.05%
G=30.87%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620521300.170.130.04348.2969.4988.43
HexF6CDD5011D415c4558
Octal366315325021154534105130
Binary111101101100110111010101010001110110010101110010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDD5; }

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

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

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

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

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

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

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

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