Html Css Color HEX #F2ABB2 Blossom

📋 copy color: '#F2ABB2'

red 242 ◦ green 171 ◦ blue 178

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

Shades of Blossom #F2ABB2

Tints of Blossom #F2ABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

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

R = 40.95%
G = 28.93%
B = 30.12%

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

#F2ABB2 (or 0xF2ABB2) is known color: Blossom. HEX triplet: F2, AB and B2. RGB value is (242,171,178). Sum of RGB (Red+Green+Blue) = 242+171+178=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ABB2 is #0D544D. Grayscale: #C1C1C1. Windows color (decimal): -873550 or 11709426. OLE color: 11709426.

HSL color Cylindrical-coordinate representation of color #F2ABB2: hue angle of 354.08º degrees, saturation: 0.73, 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 #F2ABB2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 178 -
CMYK 0 0.29 0.26 0.05
HSL 354.08º 0.73% 0.81% -
HSV(B) 354.08º 0.29% 0.95% -
XYZ 59.22 51.22 48.88 -
YUV 193.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 242 171 178 0 0.29 0.26 0.05 354.08 0.73 0.81
Hex F2 AB B2 0 1D 1A 5 162 49 51
Octal 362 253 262 0 35 32 5 542 111 121
Binary 11110010 10101011 10110010 0 11101 11010 101 101100010 1001001 1010001

Color Harmonies of #F2ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABB2

Black with #F2ABB2

Text Example


Text Example

White with #F2ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABB2; }

 p { color: rgb(242,171,178); }

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

background-color css

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

 a { background-color: rgb(242,171,178); }

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

border-color css

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

 span { border-color: rgb(242,171,178); }

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