Html Css Color HEX #F1D4BA Pink Lady

📋 copy color: '#F1D4BA'

red 241 ◦ green 212 ◦ blue 186

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

Shades of Pink Lady #F1D4BA

Tints of Pink Lady #F1D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

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

R = 37.72%
G = 33.18%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1D4BA (or 0xF1D4BA) is known color: Pink Lady. HEX triplet: F1, D4 and BA. RGB value is (241,212,186). Sum of RGB (Red+Green+Blue) = 241+212+186=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4BA is #0E2B45. Grayscale: #D9D9D9. Windows color (decimal): -928582 or 12244209. OLE color: 12244209.

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

Color convert

RGB 241 212 186 -
CMYK 0 0.12 0.23 0.05
HSL 28.36º 0.66% 0.84% -
HSV(B) 28.36º 0.23% 0.95% -
XYZ 68.68 69.33 56.22 -
YUV 217.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 241 212 186 0 0.12 0.23 0.05 28.36 0.66 0.84
Hex F1 D4 BA 0 C 17 5 1C 42 54
Octal 361 324 272 0 14 27 5 34 102 124
Binary 11110001 11010100 10111010 0 1100 10111 101 11100 1000010 1010100

Color Harmonies of #F1D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4BA

Black with #F1D4BA

Text Example


Text Example

White with #F1D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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