#F7CBD1

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

Shades of Pink Lace #F7CBD1

Tints of Pink Lace #F7CBD1

Color information

#F7CBD1 (or 0xF7CBD1) is unknown color: approx Pink Lace. HEX triplet: F7, CB and D1. RGB value is (247,203,209). Sum of RGB (Red+Green+Blue) = 247+203+209=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBD1 is #08342E. Grayscale: #D8D8D8. Windows color (decimal): -537647 or 13749239. OLE color: 13749239.

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

Color convert

RGB247203209-
CMYK00.180.150.03
HSL351.82º73.33%88.24%-
HSV(B)351.82º17.81%96.86%-
XYZ71.2267.0969.52-
YUV216.84123.58149.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.48%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 209 (82.03% from 255) = 31.71%
R=37.48%
G=30.80%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720320900.180.150.03351.8273.3388.24
HexF7CBD1012F31604958
Octal367313321022173540111130
Binary11110111110010111101000101001011111110110000010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBD1; }

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

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

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

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

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

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

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

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