#F0C3C6

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

Shades of Azalea #F0C3C6

Tints of Azalea #F0C3C6

Color information

#F0C3C6 (or 0xF0C3C6) is unknown color: approx Azalea. HEX triplet: F0, C3 and C6. RGB value is (240,195,198). Sum of RGB (Red+Green+Blue) = 240+195+198=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3C6 is #0F3C39. Grayscale: #D0D0D0. Windows color (decimal): -998458 or 13026288. OLE color: 13026288.

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

Color convert

RGB240195198-
CMYK00.190.180.06
HSL356º60%85.29%-
HSV(B)356º18.75%94.12%-
XYZ65.6461.6361.86-
YUV208.8121.91150.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=37.91%
G=30.81%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019519800.190.180.063566085.29
HexF0C3C60131261643c55
Octal36030330602322654474125
Binary111100001100001111000110010011100101101011001001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C3C6; }

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

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

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

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

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

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

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

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