#F4BFC8

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

Shades of Azalea #F4BFC8

Tints of Azalea #F4BFC8

Color information

#F4BFC8 (or 0xF4BFC8) is unknown color: approx Azalea. HEX triplet: F4, BF and C8. RGB value is (244,191,200). Sum of RGB (Red+Green+Blue) = 244+191+200=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC8 is #0B4037. Grayscale: #CFCFCF. Windows color (decimal): -737336 or 13156340. OLE color: 13156340.

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

Color convert

RGB244191200-
CMYK00.220.180.04
HSL349.81º70.67%85.29%-
HSV(B)349.81º21.72%95.69%-
XYZ66.3660.6662.86-
YUV207.87123.56153.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=38.43%
G=30.08%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419120000.220.180.04349.8170.6785.29
HexF4BFC801612415e4755
Octal364277310026224536107125
Binary1111010010111111110010000101101001010010101111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFC8; }

 p { color: rgb(244,191,200); }

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

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

 a { background-color: rgb(244,191,200); }

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

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

 span { border-color: rgb(244,191,200); }

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