Html Css Color HEX #F5BCC2 Azalea

📋 copy color: '#F5BCC2'

red 245 ◦ green 188 ◦ blue 194

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

Shades of Azalea #F5BCC2

Tints of Azalea #F5BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 39.07%
G = 29.98%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F5BCC2 (or 0xF5BCC2) is known color: Azalea. HEX triplet: F5, BC and C2. RGB value is (245,188,194). Sum of RGB (Red+Green+Blue) = 245+188+194=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCC2 is #0A433D. Grayscale: #CDCDCD. Windows color (decimal): -672574 or 12762357. OLE color: 12762357.

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

Color convert

RGB 245 188 194 -
CMYK 0 0.23 0.21 0.04
HSL 353.68º 0.74% 0.85% -
HSV(B) 353.68º 0.23% 0.96% -
XYZ 65.38 59.27 59.03 -
YUV 205.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 245 188 194 0 0.23 0.21 0.04 353.68 0.74 0.85
Hex F5 BC C2 0 17 15 4 162 4A 55
Octal 365 274 302 0 27 25 4 542 112 125
Binary 11110101 10111100 11000010 0 10111 10101 100 101100010 1001010 1010101

Color Harmonies of #F5BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCC2

Black with #F5BCC2

Text Example


Text Example

White with #F5BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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