#F0BCC3

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

Shades of Azalea #F0BCC3

Tints of Azalea #F0BCC3

Color information

#F0BCC3 (or 0xF0BCC3) is unknown color: approx Azalea. HEX triplet: F0, BC and C3. RGB value is (240,188,195). Sum of RGB (Red+Green+Blue) = 240+188+195=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC3 is #0F433C. Grayscale: #CCCCCC. Windows color (decimal): -1000253 or 12827888. OLE color: 12827888.

HSL color Cylindrical-coordinate representation of color #F0BCC3: hue angle of 351.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCC3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB240188195-
CMYK00.220.190.06
HSL351.92º63.41%83.92%-
HSV(B)351.92º21.67%94.12%-
XYZ63.7758.4359.55-
YUV204.35122.73153.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=38.52%
G=30.18%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018819500.220.190.06351.9263.4183.92
HexF0BCC30161361603f54
Octal36027430302623654077124
Binary111100001011110011000011010110100111101011000001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCC3; }

 p { color: rgb(240,188,195); }

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

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

 a { background-color: rgb(240,188,195); }

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

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

 span { border-color: rgb(240,188,195); }

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