#F7CBD7

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

Shades of Pink Lace #F7CBD7

Tints of Pink Lace #F7CBD7

Color information

#F7CBD7 (or 0xF7CBD7) is unknown color: approx Pink Lace. HEX triplet: F7, CB and D7. RGB value is (247,203,215). Sum of RGB (Red+Green+Blue) = 247+203+215=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBD7 is #083428. Grayscale: #D9D9D9. Windows color (decimal): -537641 or 14142455. OLE color: 14142455.

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

Color convert

RGB247203215-
CMYK00.180.130.03
HSL343.64º73.33%88.24%-
HSV(B)343.64º17.81%96.86%-
XYZ71.9867.3973.5-
YUV217.52126.58149.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 215 (84.38% from 255) = 32.33%
R=37.14%
G=30.53%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720321500.180.130.03343.6473.3388.24
HexF7CBD7012D31584958
Octal367313327022153530111130
Binary11110111110010111101011101001011011110101100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBD7; }

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

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

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

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

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

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

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

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