Html Css Color HEX #F1D7BB Pink Lady

📋 copy color: '#F1D7BB'

red 241 ◦ green 215 ◦ blue 187

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

Shades of Pink Lady #F1D7BB

Tints of Pink Lady #F1D7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.08%

R = 37.48%
G = 33.44%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1D7BB (or 0xF1D7BB) is known color: Pink Lady. HEX triplet: F1, D7 and BB. RGB value is (241,215,187). Sum of RGB (Red+Green+Blue) = 241+215+187=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7BB is #0E2844. Grayscale: #DBDBDB. Windows color (decimal): -927813 or 12310513. OLE color: 12310513.

HSL color Cylindrical-coordinate representation of color #F1D7BB: hue angle of 31.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D7BB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 187 -
CMYK 0 0.11 0.22 0.05
HSL 31.11º 0.66% 0.84% -
HSV(B) 31.11º 0.22% 0.95% -
XYZ 69.55 70.89 57.03 -
YUV 219.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 241 215 187 0 0.11 0.22 0.05 31.11 0.66 0.84
Hex F1 D7 BB 0 B 16 5 1F 42 54
Octal 361 327 273 0 13 26 5 37 102 124
Binary 11110001 11010111 10111011 0 1011 10110 101 11111 1000010 1010100

Color Harmonies of #F1D7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7BB

Black with #F1D7BB

Text Example


Text Example

White with #F1D7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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