Html Css Color HEX #F1B3BA Light Pink

📋 copy color: '#F1B3BA'

red 241 ◦ green 179 ◦ blue 186

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

Shades of Light Pink #F1B3BA

Tints of Light Pink #F1B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.54%

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

R = 39.77%
G = 29.54%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1B3BA (or 0xF1B3BA) is known color: Light Pink. HEX triplet: F1, B3 and BA. RGB value is (241,179,186). Sum of RGB (Red+Green+Blue) = 241+179+186=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3BA is #0E4C45. Grayscale: #C6C6C6. Windows color (decimal): -937030 or 12235761. OLE color: 12235761.

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

Color convert

RGB 241 179 186 -
CMYK 0 0.26 0.23 0.05
HSL 353.23º 0.69% 0.82% -
HSV(B) 353.23º 0.26% 0.95% -
XYZ 61.26 54.49 53.74 -
YUV 198.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 241 179 186 0 0.26 0.23 0.05 353.23 0.69 0.82
Hex F1 B3 BA 0 1A 17 5 161 45 52
Octal 361 263 272 0 32 27 5 541 105 122
Binary 11110001 10110011 10111010 0 11010 10111 101 101100001 1000101 1010010

Color Harmonies of #F1B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3BA

Black with #F1B3BA

Text Example


Text Example

White with #F1B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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