Html Css Color HEX #F7CBD0 Pink Lace

📋 copy color: '#F7CBD0'

red 247 ◦ green 203 ◦ blue 208

#F7CBD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #F7CBD0

Tints of Pink Lace #F7CBD0

RGB

 RED value IS 247 (96.88% from 255) = 37.54%

 GREEN value IS 203 (79.69% from 255) = 30.85%

 BLUE value IS 208 (81.64% from 255) = 31.61%

R = 37.54%
G = 30.85%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7CBD0 (or 0xF7CBD0) is known color: Pink Lace. HEX triplet: F7, CB and D0. RGB value is (247,203,208). Sum of RGB (Red+Green+Blue) = 247+203+208=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBD0 is #08342F. Grayscale: #D8D8D8. Windows color (decimal): -537648 or 13683703. OLE color: 13683703.

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

Color convert

RGB 247 203 208 -
CMYK 0 0.18 0.16 0.03
HSL 353.18º 0.73% 0.88% -
HSV(B) 353.18º 0.18% 0.97% -
XYZ 71.1 67.04 68.87 -
YUV 216.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 247 203 208 0 0.18 0.16 0.03 353.18 0.73 0.88
Hex F7 CB D0 0 12 10 3 161 49 58
Octal 367 313 320 0 22 20 3 541 111 130
Binary 11110111 11001011 11010000 0 10010 10000 11 101100001 1001001 1011000

Color Harmonies of #F7CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBD0

Black with #F7CBD0

Text Example


Text Example

White with #F7CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBD0; }

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

 H1.HeaderClassName
 {
   color: #F7CBD0;
 }
 .AnyTagClassName
 {
   color: #F7CBD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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