Html Css Color HEX #F0D8BB Pink Lady

📋 copy color: '#F0D8BB'

red 240 ◦ green 216 ◦ blue 187

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

Shades of Pink Lady #F0D8BB

Tints of Pink Lady #F0D8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.08%

R = 37.33%
G = 33.59%
B = 29.08%

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

#F0D8BB (or 0xF0D8BB) is known color: Pink Lady. HEX triplet: F0, D8 and BB. RGB value is (240,216,187). Sum of RGB (Red+Green+Blue) = 240+216+187=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8BB is #0F2744. Grayscale: #DCDCDC. Windows color (decimal): -993093 or 12310768. OLE color: 12310768.

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

Color convert

RGB 240 216 187 -
CMYK 0 0.1 0.22 0.06
HSL 32.83º 0.64% 0.84% -
HSV(B) 32.83º 0.22% 0.94% -
XYZ 69.46 71.22 57.1 -
YUV 219.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 240 216 187 0 0.1 0.22 0.06 32.83 0.64 0.84
Hex F0 D8 BB 0 A 16 6 21 40 54
Octal 360 330 273 0 12 26 6 41 100 124
Binary 11110000 11011000 10111011 0 1010 10110 110 100001 1000000 1010100

Color Harmonies of #F0D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8BB

Black with #F0D8BB

Text Example


Text Example

White with #F0D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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