Html Css Color HEX #F1D9BA Pink Lady

📋 copy color: '#F1D9BA'

red 241 ◦ green 217 ◦ blue 186

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

Shades of Pink Lady #F1D9BA

Tints of Pink Lady #F1D9BA

RGB

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

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

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

R = 37.42%
G = 33.7%
B = 28.88%

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

#F1D9BA (or 0xF1D9BA) is known color: Pink Lady. HEX triplet: F1, D9 and BA. RGB value is (241,217,186). Sum of RGB (Red+Green+Blue) = 241+217+186=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9BA is #0E2645. Grayscale: #DCDCDC. Windows color (decimal): -927302 or 12245489. OLE color: 12245489.

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

Color convert

RGB 241 217 186 -
CMYK 0 0.10 0.23 0.05
HSL 33.82º 0.66% 0.84% -
HSV(B) 33.82º 0.23% 0.95% -
XYZ 69.95 71.87 56.64 -
YUV 220.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 241 217 186 0 0.10 0.23 0.05 33.82 0.66 0.84
Hex F1 D9 BA 0 A 17 5 22 42 54
Octal 361 331 272 0 12 27 5 42 102 124
Binary 11110001 11011001 10111010 0 1010 10111 101 100010 1000010 1010100

Color Harmonies of #F1D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9BA

Black with #F1D9BA

Text Example


Text Example

White with #F1D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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