Html Css Color HEX #F5DBB9 Pink Lady

📋 copy color: '#F5DBB9'

red 245 ◦ green 219 ◦ blue 185

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

Shades of Pink Lady #F5DBB9

Tints of Pink Lady #F5DBB9

RGB

 RED value IS 245 (96.09% from 255) = 37.75%

 GREEN value IS 219 (85.94% from 255) = 33.74%

 BLUE value IS 185 (72.66% from 255) = 28.51%

R = 37.75%
G = 33.74%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5DBB9 (or 0xF5DBB9) is known color: Pink Lady. HEX triplet: F5, DB and B9. RGB value is (245,219,185). Sum of RGB (Red+Green+Blue) = 245+219+185=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBB9 is #0A2446. Grayscale: #DFDFDF. Windows color (decimal): -664647 or 12180469. OLE color: 12180469.

HSL color Cylindrical-coordinate representation of color #F5DBB9: hue angle of 34º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DBB9 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 219 185 -
CMYK 0 0.11 0.24 0.04
HSL 34º 0.75% 0.84% -
HSV(B) 34º 0.24% 0.96% -
XYZ 71.74 73.58 56.32 -
YUV 222.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 245 219 185 0 0.11 0.24 0.04 34 0.75 0.84
Hex F5 DB B9 0 B 18 4 22 4B 54
Octal 365 333 271 0 13 30 4 42 113 124
Binary 11110101 11011011 10111001 0 1011 11000 100 100010 1001011 1010100

Color Harmonies of #F5DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DBB9

Black with #F5DBB9

Text Example


Text Example

White with #F5DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DBB9; }

 p { color: rgb(245,219,185); }

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

background-color css

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

 a { background-color: rgb(245,219,185); }

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

border-color css

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

 span { border-color: rgb(245,219,185); }

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