#F5BFC2

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

Shades of Azalea #F5BFC2

Tints of Azalea #F5BFC2

Color information

#F5BFC2 (or 0xF5BFC2) is unknown color: approx Azalea. HEX triplet: F5, BF and C2. RGB value is (245,191,194). Sum of RGB (Red+Green+Blue) = 245+191+194=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC2 is #0A403D. Grayscale: #CFCFCF. Windows color (decimal): -671806 or 12763125. OLE color: 12763125.

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

Color convert

RGB245191194-
CMYK00.220.210.04
HSL356.67º72.97%85.49%-
HSV(B)356.67º22.04%96.08%-
XYZ66.0260.5759.25-
YUV207.49120.39154.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.89%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=38.89%
G=30.32%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519119400.220.210.04356.6772.9785.49
HexF5BFC20161541654955
Octal365277302026254545111125
Binary1111010110111111110000100101101010110010110010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFC2; }

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

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

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

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

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

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

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

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