#F7CBD5

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

Shades of Pink Lace #F7CBD5

Tints of Pink Lace #F7CBD5

Color information

#F7CBD5 (or 0xF7CBD5) is unknown color: approx Pink Lace. HEX triplet: F7, CB and D5. RGB value is (247,203,213). Sum of RGB (Red+Green+Blue) = 247+203+213=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBD5 is #08342A. Grayscale: #D9D9D9. Windows color (decimal): -537643 or 14011383. OLE color: 14011383.

HSL color Cylindrical-coordinate representation of color #F7CBD5: hue angle of 346.36º 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 #F7CBD5 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247203213-
CMYK00.180.140.03
HSL346.36º73.33%88.24%-
HSV(B)346.36º17.81%96.86%-
XYZ71.7267.2972.16-
YUV217.3125.58149.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 213 (83.59% from 255) = 32.13%
R=37.25%
G=30.62%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720321300.180.140.03346.3673.3388.24
HexF7CBD5012E315a4958
Octal367313325022163532111130
Binary11110111110010111101010101001011101110101101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBD5; }

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

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

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

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

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

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

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

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