#F0BFC0

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

Shades of Azalea #F0BFC0

Tints of Azalea #F0BFC0

Color information

#F0BFC0 (or 0xF0BFC0) is unknown color: approx Azalea. HEX triplet: F0, BF and C0. RGB value is (240,191,192). Sum of RGB (Red+Green+Blue) = 240+191+192=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFC0 is #0F403F. Grayscale: #CDCDCD. Windows color (decimal): -999488 or 12632048. OLE color: 12632048.

HSL color Cylindrical-coordinate representation of color #F0BFC0: hue angle of 358.78º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240191192-
CMYK00.200.200.06
HSL358.78º62.03%84.51%-
HSV(B)358.78º20.42%94.12%-
XYZ64.0859.5957.99-
YUV205.76120.23152.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=38.52%
G=30.66%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019119200.200.200.06358.7862.0384.51
HexF0BFC00141461673e55
Octal36027730002424654776125
Binary111100001011111111000000010100101001101011001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFC0; }

 p { color: rgb(240,191,192); }

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

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

 a { background-color: rgb(240,191,192); }

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

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

 span { border-color: rgb(240,191,192); }

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