Html Css Color HEX #F1B5BA Light Pink

📋 copy color: '#F1B5BA'

red 241 ◦ green 181 ◦ blue 186

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

Shades of Light Pink #F1B5BA

Tints of Light Pink #F1B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 39.64%
G = 29.77%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1B5BA (or 0xF1B5BA) is known color: Light Pink. HEX triplet: F1, B5 and BA. RGB value is (241,181,186). Sum of RGB (Red+Green+Blue) = 241+181+186=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5BA is #0E4A45. Grayscale: #C7C7C7. Windows color (decimal): -936518 or 12236273. OLE color: 12236273.

HSL color Cylindrical-coordinate representation of color #F1B5BA: hue angle of 355º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5BA is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 186 -
CMYK 0 0.25 0.23 0.05
HSL 355º 0.68% 0.83% -
HSV(B) 355º 0.25% 0.95% -
XYZ 61.66 55.29 53.88 -
YUV 199.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 241 181 186 0 0.25 0.23 0.05 355 0.68 0.83
Hex F1 B5 BA 0 19 17 5 163 44 53
Octal 361 265 272 0 31 27 5 543 104 123
Binary 11110001 10110101 10111010 0 11001 10111 101 101100011 1000100 1010011

Color Harmonies of #F1B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5BA

Black with #F1B5BA

Text Example


Text Example

White with #F1B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5BA; }

 p { color: rgb(241,181,186); }

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

background-color css

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

 a { background-color: rgb(241,181,186); }

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

border-color css

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

 span { border-color: rgb(241,181,186); }

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