Html Css Color HEX #F3B0B1 Blossom

📋 copy color: '#F3B0B1'

red 243 ◦ green 176 ◦ blue 177

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

Shades of Blossom #F3B0B1

Tints of Blossom #F3B0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.7%

R = 40.77%
G = 29.53%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F3B0B1 (or 0xF3B0B1) is known color: Blossom. HEX triplet: F3, B0 and B1. RGB value is (243,176,177). Sum of RGB (Red+Green+Blue) = 243+176+177=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B0B1 is #0C4F4E. Grayscale: #C4C4C4. Windows color (decimal): -806735 or 11645171. OLE color: 11645171.

HSL color Cylindrical-coordinate representation of color #F3B0B1: hue angle of 359.1º 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 #F3B0B1 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 176 177 -
CMYK 0 0.28 0.27 0.05
HSL 359.1º 0.74% 0.82% -
HSV(B) 359.1º 0.28% 0.95% -
XYZ 60.42 53.28 48.69 -
YUV 196.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 243 176 177 0 0.28 0.27 0.05 359.1 0.74 0.82
Hex F3 B0 B1 0 1C 1B 5 167 4A 52
Octal 363 260 261 0 34 33 5 547 112 122
Binary 11110011 10110000 10110001 0 11100 11011 101 101100111 1001010 1010010

Color Harmonies of #F3B0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B0B1

Black with #F3B0B1

Text Example


Text Example

White with #F3B0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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