Html Css Color HEX #F1B2B4 Blossom

📋 copy color: '#F1B2B4'

red 241 ◦ green 178 ◦ blue 180

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

Shades of Blossom #F1B2B4

Tints of Blossom #F1B2B4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.72%

 BLUE value IS 180 (70.7% from 255) = 30.05%

R = 40.23%
G = 29.72%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F1B2B4 (or 0xF1B2B4) is known color: Blossom. HEX triplet: F1, B2 and B4. RGB value is (241,178,180). Sum of RGB (Red+Green+Blue) = 241+178+180=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2B4 is #0E4D4B. Grayscale: #C5C5C5. Windows color (decimal): -937292 or 11842289. OLE color: 11842289.

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

Color convert

RGB 241 178 180 -
CMYK 0 0.26 0.25 0.05
HSL 358.1º 0.69% 0.82% -
HSV(B) 358.1º 0.26% 0.95% -
XYZ 60.43 53.84 50.39 -
YUV 197.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 241 178 180 0 0.26 0.25 0.05 358.1 0.69 0.82
Hex F1 B2 B4 0 1A 19 5 166 45 52
Octal 361 262 264 0 32 31 5 546 105 122
Binary 11110001 10110010 10110100 0 11010 11001 101 101100110 1000101 1010010

Color Harmonies of #F1B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B2B4

Black with #F1B2B4

Text Example


Text Example

White with #F1B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B2B4; }

 p { color: rgb(241,178,180); }

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

background-color css

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

 a { background-color: rgb(241,178,180); }

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

border-color css

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

 span { border-color: rgb(241,178,180); }

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