Html Css Color HEX #F1AAB2 Blossom

📋 copy color: '#F1AAB2'

red 241 ◦ green 170 ◦ blue 178

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

Shades of Blossom #F1AAB2

Tints of Blossom #F1AAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.86%

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 40.92%
G = 28.86%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1AAB2 (or 0xF1AAB2) is known color: Blossom. HEX triplet: F1, AA and B2. RGB value is (241,170,178). Sum of RGB (Red+Green+Blue) = 241+170+178=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAB2 is #0E554D. Grayscale: #C0C0C0. Windows color (decimal): -939342 or 11709169. OLE color: 11709169.

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

Color convert

RGB 241 170 178 -
CMYK 0 0.29 0.26 0.05
HSL 353.24º 0.72% 0.81% -
HSV(B) 353.24º 0.29% 0.95% -
XYZ 58.69 50.66 48.81 -
YUV 192.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 241 170 178 0 0.29 0.26 0.05 353.24 0.72 0.81
Hex F1 AA B2 0 1D 1A 5 161 48 51
Octal 361 252 262 0 35 32 5 541 110 121
Binary 11110001 10101010 10110010 0 11101 11010 101 101100001 1001000 1010001

Color Harmonies of #F1AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AAB2

Black with #F1AAB2

Text Example


Text Example

White with #F1AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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