Html Css Color HEX #F2BEC4 Azalea

📋 copy color: '#F2BEC4'

red 242 ◦ green 190 ◦ blue 196

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

Shades of Azalea #F2BEC4

Tints of Azalea #F2BEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.21%

R = 38.54%
G = 30.25%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2BEC4 (or 0xF2BEC4) is known color: Azalea. HEX triplet: F2, BE and C4. RGB value is (242,190,196). Sum of RGB (Red+Green+Blue) = 242+190+196=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC4 is #0D413B. Grayscale: #CECECE. Windows color (decimal): -868668 or 12893938. OLE color: 12893938.

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

Color convert

RGB 242 190 196 -
CMYK 0 0.21 0.19 0.05
HSL 353.08º 0.67% 0.85% -
HSV(B) 353.08º 0.21% 0.95% -
XYZ 65 59.69 60.32 -
YUV 206.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 242 190 196 0 0.21 0.19 0.05 353.08 0.67 0.85
Hex F2 BE C4 0 15 13 5 161 43 55
Octal 362 276 304 0 25 23 5 541 103 125
Binary 11110010 10111110 11000100 0 10101 10011 101 101100001 1000011 1010101

Color Harmonies of #F2BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEC4

Black with #F2BEC4

Text Example


Text Example

White with #F2BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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