Html Css Color HEX #F0D8BA Pink Lady

📋 copy color: '#F0D8BA'

red 240 ◦ green 216 ◦ blue 186

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

Shades of Pink Lady #F0D8BA

Tints of Pink Lady #F0D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.64%

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

R = 37.38%
G = 33.64%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0D8BA (or 0xF0D8BA) is known color: Pink Lady. HEX triplet: F0, D8 and BA. RGB value is (240,216,186). Sum of RGB (Red+Green+Blue) = 240+216+186=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8BA is #0F2745. Grayscale: #DBDBDB. Windows color (decimal): -993094 or 12245232. OLE color: 12245232.

HSL color Cylindrical-coordinate representation of color #F0D8BA: hue angle of 33.33º 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 #F0D8BA is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 216 186 -
CMYK 0 0.1 0.22 0.06
HSL 33.33º 0.64% 0.84% -
HSV(B) 33.33º 0.23% 0.94% -
XYZ 69.35 71.18 56.54 -
YUV 219.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 240 216 186 0 0.1 0.22 0.06 33.33 0.64 0.84
Hex F0 D8 BA 0 A 16 6 21 40 54
Octal 360 330 272 0 12 26 6 41 100 124
Binary 11110000 11011000 10111010 0 1010 10110 110 100001 1000000 1010100

Color Harmonies of #F0D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8BA

Black with #F0D8BA

Text Example


Text Example

White with #F0D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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