Html Css Color HEX #F1D5B0 Pink Lady

📋 copy color: '#F1D5B0'

red 241 ◦ green 213 ◦ blue 176

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

Shades of Pink Lady #F1D5B0

Tints of Pink Lady #F1D5B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.94%

R = 38.25%
G = 33.81%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1D5B0 (or 0xF1D5B0) is known color: Pink Lady. HEX triplet: F1, D5 and B0. RGB value is (241,213,176). Sum of RGB (Red+Green+Blue) = 241+213+176=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5B0 is #0E2A4F. Grayscale: #D9D9D9. Windows color (decimal): -928336 or 11589105. OLE color: 11589105.

HSL color Cylindrical-coordinate representation of color #F1D5B0: hue angle of 34.15º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1D5B0 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 213 176 -
CMYK 0 0.12 0.27 0.05
HSL 34.15º 0.7% 0.82% -
HSV(B) 34.15º 0.27% 0.95% -
XYZ 67.91 69.42 50.9 -
YUV 217.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 241 213 176 0 0.12 0.27 0.05 34.15 0.7 0.82
Hex F1 D5 B0 0 C 1B 5 22 46 52
Octal 361 325 260 0 14 33 5 42 106 122
Binary 11110001 11010101 10110000 0 1100 11011 101 100010 1000110 1010010

Color Harmonies of #F1D5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5B0

Black with #F1D5B0

Text Example


Text Example

White with #F1D5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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