#f7bfc4

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

Shades of Azalea #F7BFC4

Tints of Azalea #F7BFC4

Color information

#F7BFC4 (or 0xF7BFC4) is unknown color: approx Azalea. HEX triplet: F7, BF and C4. RGB value is (247,191,196). Sum of RGB (Red+Green+Blue) = 247+191+196=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC4 is #08403B. Grayscale: #D0D0D0. Windows color (decimal): -540732 or 12894199. OLE color: 12894199.

HSL color Cylindrical-coordinate representation of color #F7BFC4: hue angle of 354.64º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFC4 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247191196-
CMYK00.230.210.03
HSL354.64º77.78%85.88%-
HSV(B)354.64º22.67%96.86%-
XYZ66.9561.0260.47-
YUV208.31121.05155.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=38.96%
G=30.13%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719119600.230.210.03354.6477.7885.88
HexF7BFC40171531634e56
Octal367277304027253543116126
Binary111101111011111111000100010111101011110110001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7bfc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7bfc4; }

 p { color: rgb(247,191,196); }

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

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

 a { background-color: rgb(247,191,196); }

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

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

 span { border-color: rgb(247,191,196); }

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