Html Css Color HEX #F2B3BA Light Pink

📋 copy color: '#F2B3BA'

red 242 ◦ green 179 ◦ blue 186

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

Shades of Light Pink #F2B3BA

Tints of Light Pink #F2B3BA

RGB

 RED value IS 242 (94.92% from 255) = 39.87%

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

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

R = 39.87%
G = 29.49%
B = 30.64%

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

#F2B3BA (or 0xF2B3BA) is known color: Light Pink. HEX triplet: F2, B3 and BA. RGB value is (242,179,186). Sum of RGB (Red+Green+Blue) = 242+179+186=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3BA is #0D4C45. Grayscale: #C6C6C6. Windows color (decimal): -871494 or 12235762. OLE color: 12235762.

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

Color convert

RGB 242 179 186 -
CMYK 0 0.26 0.23 0.05
HSL 353.33º 0.71% 0.83% -
HSV(B) 353.33º 0.26% 0.95% -
XYZ 61.6 54.66 53.76 -
YUV 198.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 242 179 186 0 0.26 0.23 0.05 353.33 0.71 0.83
Hex F2 B3 BA 0 1A 17 5 161 47 53
Octal 362 263 272 0 32 27 5 541 107 123
Binary 11110010 10110011 10111010 0 11010 10111 101 101100001 1000111 1010011

Color Harmonies of #F2B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B3BA

Black with #F2B3BA

Text Example


Text Example

White with #F2B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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