Html Css Color HEX #F2B6BA Azalea

📋 copy color: '#F2B6BA'

red 242 ◦ green 182 ◦ blue 186

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

Shades of Azalea #F2B6BA

Tints of Azalea #F2B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.84%

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 39.67%
G = 29.84%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2B6BA (or 0xF2B6BA) is known color: Azalea. HEX triplet: F2, B6 and BA. RGB value is (242,182,186). Sum of RGB (Red+Green+Blue) = 242+182+186=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6BA is #0D4945. Grayscale: #C8C8C8. Windows color (decimal): -870726 or 12236530. OLE color: 12236530.

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

Color convert

RGB 242 182 186 -
CMYK 0 0.25 0.23 0.05
HSL 356º 0.7% 0.83% -
HSV(B) 356º 0.25% 0.95% -
XYZ 62.21 55.88 53.96 -
YUV 200.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 242 182 186 0 0.25 0.23 0.05 356 0.7 0.83
Hex F2 B6 BA 0 19 17 5 164 46 53
Octal 362 266 272 0 31 27 5 544 106 123
Binary 11110010 10110110 10111010 0 11001 10111 101 101100100 1000110 1010011

Color Harmonies of #F2B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B6BA

Black with #F2B6BA

Text Example


Text Example

White with #F2B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B6BA; }

 p { color: rgb(242,182,186); }

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

background-color css

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

 a { background-color: rgb(242,182,186); }

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

border-color css

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

 span { border-color: rgb(242,182,186); }

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