Html Css Color HEX #F1D4BB Pink Lady

📋 copy color: '#F1D4BB'

red 241 ◦ green 212 ◦ blue 187

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

Shades of Pink Lady #F1D4BB

Tints of Pink Lady #F1D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

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

R = 37.66%
G = 33.13%
B = 29.22%

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

#F1D4BB (or 0xF1D4BB) is known color: Pink Lady. HEX triplet: F1, D4 and BB. RGB value is (241,212,187). Sum of RGB (Red+Green+Blue) = 241+212+187=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4BB is #0E2B44. Grayscale: #D9D9D9. Windows color (decimal): -928581 or 12309745. OLE color: 12309745.

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

Color convert

RGB 241 212 187 -
CMYK 0 0.12 0.22 0.05
HSL 27.78º 0.66% 0.84% -
HSV(B) 27.78º 0.22% 0.95% -
XYZ 68.79 69.38 56.78 -
YUV 217.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 241 212 187 0 0.12 0.22 0.05 27.78 0.66 0.84
Hex F1 D4 BB 0 C 16 5 1C 42 54
Octal 361 324 273 0 14 26 5 34 102 124
Binary 11110001 11010100 10111011 0 1100 10110 101 11100 1000010 1010100

Color Harmonies of #F1D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4BB

Black with #F1D4BB

Text Example


Text Example

White with #F1D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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