Html Css Color HEX #F7D4B5 Pink Lady

📋 copy color: '#F7D4B5'

red 247 ◦ green 212 ◦ blue 181

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

Shades of Pink Lady #F7D4B5

Tints of Pink Lady #F7D4B5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

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

R = 38.59%
G = 33.13%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F7D4B5 (or 0xF7D4B5) is known color: Pink Lady. HEX triplet: F7, D4 and B5. RGB value is (247,212,181). Sum of RGB (Red+Green+Blue) = 247+212+181=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4B5 is #082B4A. Grayscale: #DBDBDB. Windows color (decimal): -535371 or 11916535. OLE color: 11916535.

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

Color convert

RGB 247 212 181 -
CMYK 0 0.14 0.27 0.03
HSL 28.18º 0.8% 0.84% -
HSV(B) 28.18º 0.27% 0.97% -
XYZ 70.24 70.2 53.56 -
YUV 218.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 247 212 181 0 0.14 0.27 0.03 28.18 0.8 0.84
Hex F7 D4 B5 0 E 1B 3 1C 50 54
Octal 367 324 265 0 16 33 3 34 120 124
Binary 11110111 11010100 10110101 0 1110 11011 11 11100 1010000 1010100

Color Harmonies of #F7D4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D4B5

Black with #F7D4B5

Text Example


Text Example

White with #F7D4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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