Html Css Color HEX #F3B0B6 Light Pink

📋 copy color: '#F3B0B6'

red 243 ◦ green 176 ◦ blue 182

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

Shades of Light Pink #F3B0B6

Tints of Light Pink #F3B0B6

RGB

 RED value IS 243 (95.31% from 255) = 40.43%

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

 BLUE value IS 182 (71.48% from 255) = 30.28%

R = 40.43%
G = 29.28%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F3B0B6 (or 0xF3B0B6) is known color: Light Pink. HEX triplet: F3, B0 and B6. RGB value is (243,176,182). Sum of RGB (Red+Green+Blue) = 243+176+182=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0B6 is #0C4F49. Grayscale: #C4C4C4. Windows color (decimal): -806730 or 11972851. OLE color: 11972851.

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

Color convert

RGB 243 176 182 -
CMYK 0 0.28 0.25 0.05
HSL 354.63º 0.74% 0.82% -
HSV(B) 354.63º 0.28% 0.95% -
XYZ 60.93 53.48 51.37 -
YUV 196.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 243 176 182 0 0.28 0.25 0.05 354.63 0.74 0.82
Hex F3 B0 B6 0 1C 19 5 163 4A 52
Octal 363 260 266 0 34 31 5 543 112 122
Binary 11110011 10110000 10110110 0 11100 11001 101 101100011 1001010 1010010

Color Harmonies of #F3B0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B0B6

Black with #F3B0B6

Text Example


Text Example

White with #F3B0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B0B6; }

 p { color: rgb(243,176,182); }

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

background-color css

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

 a { background-color: rgb(243,176,182); }

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

border-color css

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

 span { border-color: rgb(243,176,182); }

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