Html Css Color HEX #F2AEB2 Blossom

📋 copy color: '#F2AEB2'

red 242 ◦ green 174 ◦ blue 178

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

Shades of Blossom #F2AEB2

Tints of Blossom #F2AEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.29%

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

R = 40.74%
G = 29.29%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2AEB2 (or 0xF2AEB2) is known color: Blossom. HEX triplet: F2, AE and B2. RGB value is (242,174,178). Sum of RGB (Red+Green+Blue) = 242+174+178=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEB2 is #0D514D. Grayscale: #C2C2C2. Windows color (decimal): -872782 or 11710194. OLE color: 11710194.

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

Color convert

RGB 242 174 178 -
CMYK 0 0.28 0.26 0.05
HSL 356.47º 0.72% 0.82% -
HSV(B) 356.47º 0.28% 0.95% -
XYZ 59.79 52.36 49.08 -
YUV 194.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 242 174 178 0 0.28 0.26 0.05 356.47 0.72 0.82
Hex F2 AE B2 0 1C 1A 5 164 48 52
Octal 362 256 262 0 34 32 5 544 110 122
Binary 11110010 10101110 10110010 0 11100 11010 101 101100100 1001000 1010010

Color Harmonies of #F2AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AEB2

Black with #F2AEB2

Text Example


Text Example

White with #F2AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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