Html Css Color HEX #F1B0B8 Light Pink

📋 copy color: '#F1B0B8'

red 241 ◦ green 176 ◦ blue 184

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

Shades of Light Pink #F1B0B8

Tints of Light Pink #F1B0B8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.28%

 BLUE value IS 184 (72.27% from 255) = 30.62%

R = 40.1%
G = 29.28%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1B0B8 (or 0xF1B0B8) is known color: Light Pink. HEX triplet: F1, B0 and B8. RGB value is (241,176,184). Sum of RGB (Red+Green+Blue) = 241+176+184=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0B8 is #0E4F47. Grayscale: #C4C4C4. Windows color (decimal): -937800 or 12103921. OLE color: 12103921.

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

Color convert

RGB 241 176 184 -
CMYK 0 0.27 0.24 0.05
HSL 352.62º 0.7% 0.82% -
HSV(B) 352.62º 0.27% 0.95% -
XYZ 60.45 53.21 52.43 -
YUV 196.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 241 176 184 0 0.27 0.24 0.05 352.62 0.7 0.82
Hex F1 B0 B8 0 1B 18 5 161 46 52
Octal 361 260 270 0 33 30 5 541 106 122
Binary 11110001 10110000 10111000 0 11011 11000 101 101100001 1000110 1010010

Color Harmonies of #F1B0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0B8

Black with #F1B0B8

Text Example


Text Example

White with #F1B0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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