Html Css Color HEX #F7D7B5 Pink Lady

📋 copy color: '#F7D7B5'

red 247 ◦ green 215 ◦ blue 181

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

Shades of Pink Lady #F7D7B5

Tints of Pink Lady #F7D7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.44%

 BLUE value IS 181 (71.09% from 255) = 28.15%

R = 38.41%
G = 33.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F7D7B5 (or 0xF7D7B5) is known color: Pink Lady. HEX triplet: F7, D7 and B5. RGB value is (247,215,181). Sum of RGB (Red+Green+Blue) = 247+215+181=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D7B5 is #08284A. Grayscale: #DCDCDC. Windows color (decimal): -534603 or 11917303. OLE color: 11917303.

HSL color Cylindrical-coordinate representation of color #F7D7B5: hue angle of 30.91º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7D7B5 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 215 181 -
CMYK 0 0.13 0.27 0.03
HSL 30.91º 0.8% 0.84% -
HSV(B) 30.91º 0.27% 0.97% -
XYZ 71 71.71 53.82 -
YUV 220.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 247 215 181 0 0.13 0.27 0.03 30.91 0.8 0.84
Hex F7 D7 B5 0 D 1B 3 1F 50 54
Octal 367 327 265 0 15 33 3 37 120 124
Binary 11110111 11010111 10110101 0 1101 11011 11 11111 1010000 1010100

Color Harmonies of #F7D7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D7B5

Black with #F7D7B5

Text Example


Text Example

White with #F7D7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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