Html Css Color HEX #F2D8BA Pink Lady

📋 copy color: '#F2D8BA'

red 242 ◦ green 216 ◦ blue 186

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

Shades of Pink Lady #F2D8BA

Tints of Pink Lady #F2D8BA

RGB

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

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

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

R = 37.58%
G = 33.54%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2D8BA (or 0xF2D8BA) is known color: Pink Lady. HEX triplet: F2, D8 and BA. RGB value is (242,216,186). Sum of RGB (Red+Green+Blue) = 242+216+186=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8BA is #0D2745. Grayscale: #DCDCDC. Windows color (decimal): -862022 or 12245234. OLE color: 12245234.

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

Color convert

RGB 242 216 186 -
CMYK 0 0.11 0.23 0.05
HSL 32.14º 0.68% 0.84% -
HSV(B) 32.14º 0.23% 0.95% -
XYZ 70.04 71.53 56.57 -
YUV 220.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 242 216 186 0 0.11 0.23 0.05 32.14 0.68 0.84
Hex F2 D8 BA 0 B 17 5 20 44 54
Octal 362 330 272 0 13 27 5 40 104 124
Binary 11110010 11011000 10111010 0 1011 10111 101 100000 1000100 1010100

Color Harmonies of #F2D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8BA

Black with #F2D8BA

Text Example


Text Example

White with #F2D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8BA; }

 p { color: rgb(242,216,186); }

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

background-color css

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

 a { background-color: rgb(242,216,186); }

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

border-color css

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

 span { border-color: rgb(242,216,186); }

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