#F2CDD7

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

Shades of Pink Lace #F2CDD7

Tints of Pink Lace #F2CDD7

Color information

#F2CDD7 (or 0xF2CDD7) is unknown color: approx Pink Lace. HEX triplet: F2, CD and D7. RGB value is (242,205,215). Sum of RGB (Red+Green+Blue) = 242+205+215=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDD7 is #0D3228. Grayscale: #D9D9D9. Windows color (decimal): -864809 or 14142962. OLE color: 14142962.

HSL color Cylindrical-coordinate representation of color #F2CDD7: hue angle of 343.78º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDD7 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242205215-
CMYK00.150.110.05
HSL343.78º58.73%87.65%-
HSV(B)343.78º15.29%94.9%-
XYZ70.7267.4573.58-
YUV217.2126.76145.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=36.56%
G=30.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220521500.150.110.05343.7858.7387.65
HexF2CDD70FB51583b58
Octal36231532701713553073130
Binary1111001011001101110101110111110111011010110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDD7; }

 p { color: rgb(242,205,215); }

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

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

 a { background-color: rgb(242,205,215); }

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

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

 span { border-color: rgb(242,205,215); }

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