Html Css Color HEX #F5BEC6 Azalea

📋 copy color: '#F5BEC6'

red 245 ◦ green 190 ◦ blue 198

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

Shades of Azalea #F5BEC6

Tints of Azalea #F5BEC6

RGB

 RED value IS 245 (96.09% from 255) = 38.7%

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

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 38.7%
G = 30.02%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F5BEC6 (or 0xF5BEC6) is known color: Azalea. HEX triplet: F5, BE and C6. RGB value is (245,190,198). Sum of RGB (Red+Green+Blue) = 245+190+198=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC6 is #0A4139. Grayscale: #CFCFCF. Windows color (decimal): -672058 or 13025013. OLE color: 13025013.

HSL color Cylindrical-coordinate representation of color #F5BEC6: hue angle of 351.27º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEC6 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 190 198 -
CMYK 0 0.22 0.19 0.04
HSL 351.27º 0.73% 0.85% -
HSV(B) 351.27º 0.22% 0.96% -
XYZ 66.26 60.32 61.58 -
YUV 207.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 245 190 198 0 0.22 0.19 0.04 351.27 0.73 0.85
Hex F5 BE C6 0 16 13 4 15F 49 55
Octal 365 276 306 0 26 23 4 537 111 125
Binary 11110101 10111110 11000110 0 10110 10011 100 101011111 1001001 1010101

Color Harmonies of #F5BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEC6

Black with #F5BEC6

Text Example


Text Example

White with #F5BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEC6; }

 p { color: rgb(245,190,198); }

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

background-color css

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

 a { background-color: rgb(245,190,198); }

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

border-color css

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

 span { border-color: rgb(245,190,198); }

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