Html Css Color HEX #F2B5B7 Azalea

📋 copy color: '#F2B5B7'

red 242 ◦ green 181 ◦ blue 183

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

Shades of Azalea #F2B5B7

Tints of Azalea #F2B5B7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

 BLUE value IS 183 (71.88% from 255) = 30.2%

R = 39.93%
G = 29.87%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2B5B7 (or 0xF2B5B7) is known color: Azalea. HEX triplet: F2, B5 and B7. RGB value is (242,181,183). Sum of RGB (Red+Green+Blue) = 242+181+183=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5B7 is #0D4A48. Grayscale: #C7C7C7. Windows color (decimal): -870985 or 12039666. OLE color: 12039666.

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

Color convert

RGB 242 181 183 -
CMYK 0 0.25 0.24 0.05
HSL 358.03º 0.7% 0.83% -
HSV(B) 358.03º 0.25% 0.95% -
XYZ 61.69 55.34 52.23 -
YUV 199.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 242 181 183 0 0.25 0.24 0.05 358.03 0.7 0.83
Hex F2 B5 B7 0 19 18 5 166 46 53
Octal 362 265 267 0 31 30 5 546 106 123
Binary 11110010 10110101 10110111 0 11001 11000 101 101100110 1000110 1010011

Color Harmonies of #F2B5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5B7

Black with #F2B5B7

Text Example


Text Example

White with #F2B5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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