Html Css Color HEX #F0B3BA Light Pink

📋 copy color: '#F0B3BA'

red 240 ◦ green 179 ◦ blue 186

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

Shades of Light Pink #F0B3BA

Tints of Light Pink #F0B3BA

RGB

 RED value IS 240 (94.14% from 255) = 39.67%

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

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

R = 39.67%
G = 29.59%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0B3BA (or 0xF0B3BA) is known color: Light Pink. HEX triplet: F0, B3 and BA. RGB value is (240,179,186). Sum of RGB (Red+Green+Blue) = 240+179+186=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3BA is #0F4C45. Grayscale: #C6C6C6. Windows color (decimal): -1002566 or 12235760. OLE color: 12235760.

HSL color Cylindrical-coordinate representation of color #F0B3BA: hue angle of 353.11º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B3BA is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 186 -
CMYK 0 0.25 0.22 0.06
HSL 353.11º 0.67% 0.82% -
HSV(B) 353.11º 0.25% 0.94% -
XYZ 60.92 54.31 53.73 -
YUV 198.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 240 179 186 0 0.25 0.22 0.06 353.11 0.67 0.82
Hex F0 B3 BA 0 19 16 6 161 43 52
Octal 360 263 272 0 31 26 6 541 103 122
Binary 11110000 10110011 10111010 0 11001 10110 110 101100001 1000011 1010010

Color Harmonies of #F0B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3BA

Black with #F0B3BA

Text Example


Text Example

White with #F0B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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