#F2CBD1

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

Shades of Pink Lace #F2CBD1

Tints of Pink Lace #F2CBD1

Color information

#F2CBD1 (or 0xF2CBD1) is unknown color: approx Pink Lace. HEX triplet: F2, CB and D1. RGB value is (242,203,209). Sum of RGB (Red+Green+Blue) = 242+203+209=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBD1 is #0D342E. Grayscale: #D7D7D7. Windows color (decimal): -865327 or 13749234. OLE color: 13749234.

HSL color Cylindrical-coordinate representation of color #F2CBD1: hue angle of 350.77º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBD1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242203209-
CMYK00.160.140.05
HSL350.77º60%87.25%-
HSV(B)350.77º16.12%94.9%-
XYZ69.4866.1969.44-
YUV215.34124.42147.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=37.00%
G=31.04%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220320900.160.140.05350.776087.25
HexF2CBD1010E515f3c57
Octal36231332102016553774127
Binary11110010110010111101000101000011101011010111111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBD1; }

 p { color: rgb(242,203,209); }

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

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

 a { background-color: rgb(242,203,209); }

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

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

 span { border-color: rgb(242,203,209); }

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