Html Css Color HEX #F2BEC0 Azalea

📋 copy color: '#F2BEC0'

red 242 ◦ green 190 ◦ blue 192

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

Shades of Azalea #F2BEC0

Tints of Azalea #F2BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.45%

 BLUE value IS 192 (75.39% from 255) = 30.77%

R = 38.78%
G = 30.45%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2BEC0 (or 0xF2BEC0) is known color: Azalea. HEX triplet: F2, BE and C0. RGB value is (242,190,192). Sum of RGB (Red+Green+Blue) = 242+190+192=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC0 is #0D413F. Grayscale: #CDCDCD. Windows color (decimal): -868672 or 12631794. OLE color: 12631794.

HSL color Cylindrical-coordinate representation of color #F2BEC0: hue angle of 357.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 192 -
CMYK 0 0.21 0.21 0.05
HSL 357.69º 0.67% 0.85% -
HSV(B) 357.69º 0.21% 0.95% -
XYZ 64.55 59.51 57.95 -
YUV 205.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 242 190 192 0 0.21 0.21 0.05 357.69 0.67 0.85
Hex F2 BE C0 0 15 15 5 166 43 55
Octal 362 276 300 0 25 25 5 546 103 125
Binary 11110010 10111110 11000000 0 10101 10101 101 101100110 1000011 1010101

Color Harmonies of #F2BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEC0

Black with #F2BEC0

Text Example


Text Example

White with #F2BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEC0; }

 p { color: rgb(242,190,192); }

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

background-color css

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

 a { background-color: rgb(242,190,192); }

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

border-color css

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

 span { border-color: rgb(242,190,192); }

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