#F0BCC4

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

Shades of Azalea #F0BCC4

Tints of Azalea #F0BCC4

Color information

#F0BCC4 (or 0xF0BCC4) is unknown color: approx Azalea. HEX triplet: F0, BC and C4. RGB value is (240,188,196). Sum of RGB (Red+Green+Blue) = 240+188+196=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC4 is #0F433B. Grayscale: #CCCCCC. Windows color (decimal): -1000252 or 12893424. OLE color: 12893424.

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

Color convert

RGB240188196-
CMYK00.220.180.06
HSL350.77º63.41%83.92%-
HSV(B)350.77º21.67%94.12%-
XYZ63.8858.4860.14-
YUV204.46123.23153.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=38.46%
G=30.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018819600.220.180.06350.7763.4183.92
HexF0BCC401612615f3f54
Octal36027430402622653777124
Binary111100001011110011000100010110100101101010111111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCC4; }

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

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

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

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

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

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

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

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