Html Css Color HEX #F5BCC4 Azalea

📋 copy color: '#F5BCC4'

red 245 ◦ green 188 ◦ blue 196

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

Shades of Azalea #F5BCC4

Tints of Azalea #F5BCC4

RGB

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

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

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

R = 38.95%
G = 29.89%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F5BCC4 (or 0xF5BCC4) is known color: Azalea. HEX triplet: F5, BC and C4. RGB value is (245,188,196). Sum of RGB (Red+Green+Blue) = 245+188+196=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCC4 is #0A433B. Grayscale: #CDCDCD. Windows color (decimal): -672572 or 12893429. OLE color: 12893429.

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

Color convert

RGB 245 188 196 -
CMYK 0 0.23 0.2 0.04
HSL 351.58º 0.74% 0.85% -
HSV(B) 351.58º 0.23% 0.96% -
XYZ 65.6 59.36 60.23 -
YUV 205.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 245 188 196 0 0.23 0.2 0.04 351.58 0.74 0.85
Hex F5 BC C4 0 17 14 4 160 4A 55
Octal 365 274 304 0 27 24 4 540 112 125
Binary 11110101 10111100 11000100 0 10111 10100 100 101100000 1001010 1010101

Color Harmonies of #F5BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCC4

Black with #F5BCC4

Text Example


Text Example

White with #F5BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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