Html Css Color HEX #F0D2BA Pink Lady

📋 copy color: '#F0D2BA'

red 240 ◦ green 210 ◦ blue 186

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

Shades of Pink Lady #F0D2BA

Tints of Pink Lady #F0D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

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

R = 37.74%
G = 33.02%
B = 29.25%

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

#F0D2BA (or 0xF0D2BA) is known color: Pink Lady. HEX triplet: F0, D2 and BA. RGB value is (240,210,186). Sum of RGB (Red+Green+Blue) = 240+210+186=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2BA is #0F2D45. Grayscale: #D8D8D8. Windows color (decimal): -994630 or 12243696. OLE color: 12243696.

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

Color convert

RGB 240 210 186 -
CMYK 0 0.12 0.22 0.06
HSL 26.67º 0.64% 0.84% -
HSV(B) 26.67º 0.23% 0.94% -
XYZ 67.84 68.16 56.04 -
YUV 216.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 240 210 186 0 0.12 0.22 0.06 26.67 0.64 0.84
Hex F0 D2 BA 0 C 16 6 1B 40 54
Octal 360 322 272 0 14 26 6 33 100 124
Binary 11110000 11010010 10111010 0 1100 10110 110 11011 1000000 1010100

Color Harmonies of #F0D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D2BA

Black with #F0D2BA

Text Example


Text Example

White with #F0D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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