Html Css Color HEX #F1B0B3 Blossom

📋 copy color: '#F1B0B3'

red 241 ◦ green 176 ◦ blue 179

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

Shades of Blossom #F1B0B3

Tints of Blossom #F1B0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.03%

R = 40.44%
G = 29.53%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1B0B3 (or 0xF1B0B3) is known color: Blossom. HEX triplet: F1, B0 and B3. RGB value is (241,176,179). Sum of RGB (Red+Green+Blue) = 241+176+179=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0B3 is #0E4F4C. Grayscale: #C3C3C3. Windows color (decimal): -937805 or 11776241. OLE color: 11776241.

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

Color convert

RGB 241 176 179 -
CMYK 0 0.27 0.26 0.05
HSL 357.23º 0.7% 0.82% -
HSV(B) 357.23º 0.27% 0.95% -
XYZ 59.94 53.01 49.72 -
YUV 195.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 241 176 179 0 0.27 0.26 0.05 357.23 0.7 0.82
Hex F1 B0 B3 0 1B 1A 5 165 46 52
Octal 361 260 263 0 33 32 5 545 106 122
Binary 11110001 10110000 10110011 0 11011 11010 101 101100101 1000110 1010010

Color Harmonies of #F1B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0B3

Black with #F1B0B3

Text Example


Text Example

White with #F1B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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