#F7CBDA

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

Shades of Pink Lace #F7CBDA

Tints of Pink Lace #F7CBDA

Color information

#F7CBDA (or 0xF7CBDA) is unknown color: approx Pink Lace. HEX triplet: F7, CB and DA. RGB value is (247,203,218). Sum of RGB (Red+Green+Blue) = 247+203+218=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBDA is #083425. Grayscale: #D9D9D9. Windows color (decimal): -537638 or 14339063. OLE color: 14339063.

HSL color Cylindrical-coordinate representation of color #F7CBDA: hue angle of 339.55º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBDA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247203218-
CMYK00.180.120.03
HSL339.55º73.33%88.24%-
HSV(B)339.55º17.81%96.86%-
XYZ72.3767.5575.55-
YUV217.87128.08148.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=36.98%
G=30.39%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720321800.180.120.03339.5573.3388.24
HexF7CBDA012C31544958
Octal367313332022143524111130
Binary11110111110010111101101001001011001110101010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBDA; }

 p { color: rgb(247,203,218); }

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

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

 a { background-color: rgb(247,203,218); }

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

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

 span { border-color: rgb(247,203,218); }

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