Html Css Color HEX #F1D1B7 Pink Lady

📋 copy color: '#F1D1B7'

red 241 ◦ green 209 ◦ blue 183

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

Shades of Pink Lady #F1D1B7

Tints of Pink Lady #F1D1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

 BLUE value IS 183 (71.88% from 255) = 28.91%

R = 38.07%
G = 33.02%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1D1B7 (or 0xF1D1B7) is known color: Pink Lady. HEX triplet: F1, D1 and B7. RGB value is (241,209,183). Sum of RGB (Red+Green+Blue) = 241+209+183=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1B7 is #0E2E48. Grayscale: #D7D7D7. Windows color (decimal): -929353 or 12046833. OLE color: 12046833.

HSL color Cylindrical-coordinate representation of color #F1D1B7: hue angle of 26.9º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1D1B7 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 209 183 -
CMYK 0 0.13 0.24 0.05
HSL 26.9º 0.67% 0.83% -
HSV(B) 26.9º 0.24% 0.95% -
XYZ 67.62 67.72 54.31 -
YUV 215.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 241 209 183 0 0.13 0.24 0.05 26.9 0.67 0.83
Hex F1 D1 B7 0 D 18 5 1B 43 53
Octal 361 321 267 0 15 30 5 33 103 123
Binary 11110001 11010001 10110111 0 1101 11000 101 11011 1000011 1010011

Color Harmonies of #F1D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D1B7

Black with #F1D1B7

Text Example


Text Example

White with #F1D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D1B7; }

 p { color: rgb(241,209,183); }

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

background-color css

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

 a { background-color: rgb(241,209,183); }

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

border-color css

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

 span { border-color: rgb(241,209,183); }

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