Html Css Color HEX #F0D5BB Pink Lady

📋 copy color: '#F0D5BB'

red 240 ◦ green 213 ◦ blue 187

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

Shades of Pink Lady #F0D5BB

Tints of Pink Lady #F0D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.28%

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

R = 37.5%
G = 33.28%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0D5BB (or 0xF0D5BB) is known color: Pink Lady. HEX triplet: F0, D5 and BB. RGB value is (240,213,187). Sum of RGB (Red+Green+Blue) = 240+213+187=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5BB is #0F2A44. Grayscale: #DADADA. Windows color (decimal): -993861 or 12310000. OLE color: 12310000.

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

Color convert

RGB 240 213 187 -
CMYK 0 0.11 0.22 0.06
HSL 29.43º 0.64% 0.84% -
HSV(B) 29.43º 0.22% 0.94% -
XYZ 68.7 69.7 56.85 -
YUV 218.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 240 213 187 0 0.11 0.22 0.06 29.43 0.64 0.84
Hex F0 D5 BB 0 B 16 6 1D 40 54
Octal 360 325 273 0 13 26 6 35 100 124
Binary 11110000 11010101 10111011 0 1011 10110 110 11101 1000000 1010100

Color Harmonies of #F0D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D5BB

Black with #F0D5BB

Text Example


Text Example

White with #F0D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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