#F3C5CC

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

Shades of Azalea #F3C5CC

Tints of Azalea #F3C5CC

Color information

#F3C5CC (or 0xF3C5CC) is unknown color: approx Azalea. HEX triplet: F3, C5 and CC. RGB value is (243,197,204). Sum of RGB (Red+Green+Blue) = 243+197+204=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5CC is #0C3A33. Grayscale: #D3D3D3. Windows color (decimal): -801332 or 13420019. OLE color: 13420019.

HSL color Cylindrical-coordinate representation of color #F3C5CC: hue angle of 350.87º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C5CC is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243197204-
CMYK00.190.160.05
HSL350.87º65.71%86.27%-
HSV(B)350.87º18.93%95.29%-
XYZ67.8363.3565.78-
YUV211.55123.74150.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 197 (77.34% from 255) = 30.59%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=37.73%
G=30.59%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319720400.190.160.05350.8765.7186.27
HexF3C5CC01310515f4256
Octal363305314023205537102126
Binary1111001111000101110011000100111000010110101111110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5CC; }

 p { color: rgb(243,197,204); }

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

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

 a { background-color: rgb(243,197,204); }

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

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

 span { border-color: rgb(243,197,204); }

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