Html Css Color HEX #F2B6BB Azalea

📋 copy color: '#F2B6BB'

red 242 ◦ green 182 ◦ blue 187

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

Shades of Azalea #F2B6BB

Tints of Azalea #F2B6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.61%

R = 39.61%
G = 29.79%
B = 30.61%

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

#F2B6BB (or 0xF2B6BB) is known color: Azalea. HEX triplet: F2, B6 and BB. RGB value is (242,182,187). Sum of RGB (Red+Green+Blue) = 242+182+187=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6BB is #0D4944. Grayscale: #C8C8C8. Windows color (decimal): -870725 or 12302066. OLE color: 12302066.

HSL color Cylindrical-coordinate representation of color #F2B6BB: hue angle of 355º 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 #F2B6BB is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 182 187 -
CMYK 0 0.25 0.23 0.05
HSL 355º 0.7% 0.83% -
HSV(B) 355º 0.25% 0.95% -
XYZ 62.32 55.92 54.52 -
YUV 200.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 242 182 187 0 0.25 0.23 0.05 355 0.7 0.83
Hex F2 B6 BB 0 19 17 5 163 46 53
Octal 362 266 273 0 31 27 5 543 106 123
Binary 11110010 10110110 10111011 0 11001 10111 101 101100011 1000110 1010011

Color Harmonies of #F2B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B6BB

Black with #F2B6BB

Text Example


Text Example

White with #F2B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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