Html Css Color HEX #F0D3BB Pink Lady

📋 copy color: '#F0D3BB'

red 240 ◦ green 211 ◦ blue 187

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

Shades of Pink Lady #F0D3BB

Tints of Pink Lady #F0D3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.07%

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

R = 37.62%
G = 33.07%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0D3BB (or 0xF0D3BB) is known color: Pink Lady. HEX triplet: F0, D3 and BB. RGB value is (240,211,187). Sum of RGB (Red+Green+Blue) = 240+211+187=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3BB is #0F2C44. Grayscale: #D9D9D9. Windows color (decimal): -994373 or 12309488. OLE color: 12309488.

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

Color convert

RGB 240 211 187 -
CMYK 0 0.12 0.22 0.06
HSL 27.17º 0.64% 0.84% -
HSV(B) 27.17º 0.22% 0.94% -
XYZ 68.2 68.7 56.68 -
YUV 216.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 240 211 187 0 0.12 0.22 0.06 27.17 0.64 0.84
Hex F0 D3 BB 0 C 16 6 1B 40 54
Octal 360 323 273 0 14 26 6 33 100 124
Binary 11110000 11010011 10111011 0 1100 10110 110 11011 1000000 1010100

Color Harmonies of #F0D3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D3BB

Black with #F0D3BB

Text Example


Text Example

White with #F0D3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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