Html Css Color HEX #F2D9BB Pink Lady

📋 copy color: '#F2D9BB'

red 242 ◦ green 217 ◦ blue 187

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

Shades of Pink Lady #F2D9BB

Tints of Pink Lady #F2D9BB

RGB

 RED value IS 242 (94.92% from 255) = 37.46%

 GREEN value IS 217 (85.16% from 255) = 33.59%

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

R = 37.46%
G = 33.59%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2D9BB (or 0xF2D9BB) is known color: Pink Lady. HEX triplet: F2, D9 and BB. RGB value is (242,217,187). Sum of RGB (Red+Green+Blue) = 242+217+187=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9BB is #0D2644. Grayscale: #DDDDDD. Windows color (decimal): -861765 or 12311026. OLE color: 12311026.

HSL color Cylindrical-coordinate representation of color #F2D9BB: hue angle of 32.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2D9BB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 187 -
CMYK 0 0.10 0.23 0.05
HSL 32.73º 0.68% 0.84% -
HSV(B) 32.73º 0.23% 0.95% -
XYZ 70.4 72.09 57.22 -
YUV 221.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 242 217 187 0 0.10 0.23 0.05 32.73 0.68 0.84
Hex F2 D9 BB 0 A 17 5 21 44 54
Octal 362 331 273 0 12 27 5 41 104 124
Binary 11110010 11011001 10111011 0 1010 10111 101 100001 1000100 1010100

Color Harmonies of #F2D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9BB

Black with #F2D9BB

Text Example


Text Example

White with #F2D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9BB; }

 p { color: rgb(242,217,187); }

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

background-color css

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

 a { background-color: rgb(242,217,187); }

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

border-color css

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

 span { border-color: rgb(242,217,187); }

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