Html Css Color HEX #F2AAB5 Blossom

📋 copy color: '#F2AAB5'

red 242 ◦ green 170 ◦ blue 181

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

Shades of Blossom #F2AAB5

Tints of Blossom #F2AAB5

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

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

 BLUE value IS 181 (71.09% from 255) = 30.52%

R = 40.81%
G = 28.67%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F2AAB5 (or 0xF2AAB5) is known color: Blossom. HEX triplet: F2, AA and B5. RGB value is (242,170,181). Sum of RGB (Red+Green+Blue) = 242+170+181=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAB5 is #0D554A. Grayscale: #C0C0C0. Windows color (decimal): -873803 or 11905778. OLE color: 11905778.

HSL color Cylindrical-coordinate representation of color #F2AAB5: hue angle of 350.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAB5 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 181 -
CMYK 0 0.30 0.25 0.05
HSL 350.83º 0.73% 0.81% -
HSV(B) 350.83º 0.3% 0.95% -
XYZ 59.33 50.96 50.43 -
YUV 192.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 242 170 181 0 0.30 0.25 0.05 350.83 0.73 0.81
Hex F2 AA B5 0 1E 19 5 15F 49 51
Octal 362 252 265 0 36 31 5 537 111 121
Binary 11110010 10101010 10110101 0 11110 11001 101 101011111 1001001 1010001

Color Harmonies of #F2AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAB5

Black with #F2AAB5

Text Example


Text Example

White with #F2AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAB5; }

 p { color: rgb(242,170,181); }

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

background-color css

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

 a { background-color: rgb(242,170,181); }

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

border-color css

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

 span { border-color: rgb(242,170,181); }

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