Html Css Color HEX #F1D5BB Pink Lady

📋 copy color: '#F1D5BB'

red 241 ◦ green 213 ◦ blue 187

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

Shades of Pink Lady #F1D5BB

Tints of Pink Lady #F1D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

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

R = 37.6%
G = 33.23%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1D5BB (or 0xF1D5BB) is known color: Pink Lady. HEX triplet: F1, D5 and BB. RGB value is (241,213,187). Sum of RGB (Red+Green+Blue) = 241+213+187=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5BB is #0E2A44. Grayscale: #DADADA. Windows color (decimal): -928325 or 12310001. OLE color: 12310001.

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

Color convert

RGB 241 213 187 -
CMYK 0 0.12 0.22 0.05
HSL 28.89º 0.66% 0.84% -
HSV(B) 28.89º 0.22% 0.95% -
XYZ 69.04 69.88 56.86 -
YUV 218.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 241 213 187 0 0.12 0.22 0.05 28.89 0.66 0.84
Hex F1 D5 BB 0 C 16 5 1D 42 54
Octal 361 325 273 0 14 26 5 35 102 124
Binary 11110001 11010101 10111011 0 1100 10110 101 11101 1000010 1010100

Color Harmonies of #F1D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5BB

Black with #F1D5BB

Text Example


Text Example

White with #F1D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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