#F6CDDA

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

Shades of Pink Lace #F6CDDA

Tints of Pink Lace #F6CDDA

Color information

#F6CDDA (or 0xF6CDDA) is unknown color: approx Pink Lace. HEX triplet: F6, CD and DA. RGB value is (246,205,218). Sum of RGB (Red+Green+Blue) = 246+205+218=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDDA is #093225. Grayscale: #DADADA. Windows color (decimal): -602662 or 14339574. OLE color: 14339574.

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

Color convert

RGB246205218-
CMYK00.170.110.04
HSL340.98º69.49%88.43%-
HSV(B)340.98º16.67%96.47%-
XYZ72.4968.3275.7-
YUV218.74127.58147.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=36.77%
G=30.64%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620521800.170.110.04340.9869.4988.43
HexF6CDDA011B41554558
Octal366315332021134525105130
Binary111101101100110111011010010001101110010101010110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDDA; }

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

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

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

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

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

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

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

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