Html Css Color HEX #F1D7B9 Pink Lady

📋 copy color: '#F1D7B9'

red 241 ◦ green 215 ◦ blue 185

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

Shades of Pink Lady #F1D7B9

Tints of Pink Lady #F1D7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 185 (72.66% from 255) = 28.86%

R = 37.6%
G = 33.54%
B = 28.86%

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

#F1D7B9 (or 0xF1D7B9) is known color: Pink Lady. HEX triplet: F1, D7 and B9. RGB value is (241,215,185). Sum of RGB (Red+Green+Blue) = 241+215+185=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7B9 is #0E2846. Grayscale: #DBDBDB. Windows color (decimal): -927815 or 12179441. OLE color: 12179441.

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

Color convert

RGB 241 215 185 -
CMYK 0 0.11 0.23 0.05
HSL 32.14º 0.67% 0.84% -
HSV(B) 32.14º 0.23% 0.95% -
XYZ 69.33 70.8 55.91 -
YUV 219.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 241 215 185 0 0.11 0.23 0.05 32.14 0.67 0.84
Hex F1 D7 B9 0 B 17 5 20 43 54
Octal 361 327 271 0 13 27 5 40 103 124
Binary 11110001 11010111 10111001 0 1011 10111 101 100000 1000011 1010100

Color Harmonies of #F1D7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7B9

Black with #F1D7B9

Text Example


Text Example

White with #F1D7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7B9; }

 p { color: rgb(241,215,185); }

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

background-color css

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

 a { background-color: rgb(241,215,185); }

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

border-color css

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

 span { border-color: rgb(241,215,185); }

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