Html Css Color HEX #F0D7BA Pink Lady

📋 copy color: '#F0D7BA'

red 240 ◦ green 215 ◦ blue 186

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

Shades of Pink Lady #F0D7BA

Tints of Pink Lady #F0D7BA

RGB

 RED value IS 240 (94.14% from 255) = 37.44%

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

 BLUE value IS 186 (73.05% from 255) = 29.02%

R = 37.44%
G = 33.54%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0D7BA (or 0xF0D7BA) is known color: Pink Lady. HEX triplet: F0, D7 and BA. RGB value is (240,215,186). Sum of RGB (Red+Green+Blue) = 240+215+186=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7BA is #0F2845. Grayscale: #DBDBDB. Windows color (decimal): -993350 or 12244976. OLE color: 12244976.

HSL color Cylindrical-coordinate representation of color #F0D7BA: hue angle of 32.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0D7BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 186 -
CMYK 0 0.10 0.22 0.06
HSL 32.22º 0.64% 0.84% -
HSV(B) 32.22º 0.23% 0.94% -
XYZ 69.1 70.67 56.45 -
YUV 219.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 240 215 186 0 0.10 0.22 0.06 32.22 0.64 0.84
Hex F0 D7 BA 0 A 16 6 20 40 54
Octal 360 327 272 0 12 26 6 40 100 124
Binary 11110000 11010111 10111010 0 1010 10110 110 100000 1000000 1010100

Color Harmonies of #F0D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7BA

Black with #F0D7BA

Text Example


Text Example

White with #F0D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7BA; }

 p { color: rgb(240,215,186); }

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

background-color css

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

 a { background-color: rgb(240,215,186); }

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

border-color css

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

 span { border-color: rgb(240,215,186); }

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