Html Css Color HEX #F1D8BA Pink Lady

📋 copy color: '#F1D8BA'

red 241 ◦ green 216 ◦ blue 186

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

Shades of Pink Lady #F1D8BA

Tints of Pink Lady #F1D8BA

RGB

 RED value IS 241 (94.53% from 255) = 37.48%

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

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

R = 37.48%
G = 33.59%
B = 28.93%

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

#F1D8BA (or 0xF1D8BA) is known color: Pink Lady. HEX triplet: F1, D8 and BA. RGB value is (241,216,186). Sum of RGB (Red+Green+Blue) = 241+216+186=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8BA is #0E2745. Grayscale: #DCDCDC. Windows color (decimal): -927558 or 12245233. OLE color: 12245233.

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

Color convert

RGB 241 216 186 -
CMYK 0 0.10 0.23 0.05
HSL 32.73º 0.66% 0.84% -
HSV(B) 32.73º 0.23% 0.95% -
XYZ 69.69 71.36 56.55 -
YUV 220.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 241 216 186 0 0.10 0.23 0.05 32.73 0.66 0.84
Hex F1 D8 BA 0 A 17 5 21 42 54
Octal 361 330 272 0 12 27 5 41 102 124
Binary 11110001 11011000 10111010 0 1010 10111 101 100001 1000010 1010100

Color Harmonies of #F1D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8BA

Black with #F1D8BA

Text Example


Text Example

White with #F1D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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