Html Css Color HEX #F5BCC5 Azalea

📋 copy color: '#F5BCC5'

red 245 ◦ green 188 ◦ blue 197

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

Shades of Azalea #F5BCC5

Tints of Azalea #F5BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 197 (77.34% from 255) = 31.27%

R = 38.89%
G = 29.84%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F5BCC5 (or 0xF5BCC5) is known color: Azalea. HEX triplet: F5, BC and C5. RGB value is (245,188,197). Sum of RGB (Red+Green+Blue) = 245+188+197=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCC5 is #0A433A. Grayscale: #CECECE. Windows color (decimal): -672571 or 12958965. OLE color: 12958965.

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

Color convert

RGB 245 188 197 -
CMYK 0 0.23 0.20 0.04
HSL 350.53º 0.74% 0.85% -
HSV(B) 350.53º 0.23% 0.96% -
XYZ 65.72 59.41 60.83 -
YUV 206.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 245 188 197 0 0.23 0.20 0.04 350.53 0.74 0.85
Hex F5 BC C5 0 17 14 4 15F 4A 55
Octal 365 274 305 0 27 24 4 537 112 125
Binary 11110101 10111100 11000101 0 10111 10100 100 101011111 1001010 1010101

Color Harmonies of #F5BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCC5

Black with #F5BCC5

Text Example


Text Example

White with #F5BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCC5; }

 p { color: rgb(245,188,197); }

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

background-color css

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

 a { background-color: rgb(245,188,197); }

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

border-color css

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

 span { border-color: rgb(245,188,197); }

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