#F5BFC5

Color #F5BFC5 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #F5BFC5

Tints of Azalea #F5BFC5

Color information

#F5BFC5 (or 0xF5BFC5) is unknown color: approx Azalea. HEX triplet: F5, BF and C5. RGB value is (245,191,197). Sum of RGB (Red+Green+Blue) = 245+191+197=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC5 is #0A403A. Grayscale: #CFCFCF. Windows color (decimal): -671803 or 12959733. OLE color: 12959733.

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

Color convert

RGB245191197-
CMYK00.220.200.04
HSL353.33º72.97%85.49%-
HSV(B)353.33º22.04%96.08%-
XYZ66.3760.7161.04-
YUV207.83121.89154.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=38.70%
G=30.17%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519119700.220.200.04353.3372.9785.49
HexF5BFC50161441614955
Octal365277305026244541111125
Binary1111010110111111110001010101101010010010110000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFC5; }

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

 H1.HeaderClassName
 {
   color: #F5BFC5;
 }
 .AnyTagClassName
 {
   color: #F5BFC5;
 }
</style>
background-color css

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

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

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

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

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

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