Html Css Color HEX #F5BEC3 Azalea

📋 copy color: '#F5BEC3'

red 245 ◦ green 190 ◦ blue 195

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

Shades of Azalea #F5BEC3

Tints of Azalea #F5BEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.95%

R = 38.89%
G = 30.16%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F5BEC3 (or 0xF5BEC3) is known color: Azalea. HEX triplet: F5, BE and C3. RGB value is (245,190,195). Sum of RGB (Red+Green+Blue) = 245+190+195=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC3 is #0A413C. Grayscale: #CFCFCF. Windows color (decimal): -672061 or 12828405. OLE color: 12828405.

HSL color Cylindrical-coordinate representation of color #F5BEC3: hue angle of 354.55º 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 #F5BEC3 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 190 195 -
CMYK 0 0.22 0.20 0.04
HSL 354.55º 0.73% 0.85% -
HSV(B) 354.55º 0.22% 0.96% -
XYZ 65.92 60.18 59.77 -
YUV 207.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 245 190 195 0 0.22 0.20 0.04 354.55 0.73 0.85
Hex F5 BE C3 0 16 14 4 163 49 55
Octal 365 276 303 0 26 24 4 543 111 125
Binary 11110101 10111110 11000011 0 10110 10100 100 101100011 1001001 1010101

Color Harmonies of #F5BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEC3

Black with #F5BEC3

Text Example


Text Example

White with #F5BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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