#F3C5CB

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

Shades of Azalea #F3C5CB

Tints of Azalea #F3C5CB

Color information

#F3C5CB (or 0xF3C5CB) is unknown color: approx Azalea. HEX triplet: F3, C5 and CB. RGB value is (243,197,203). Sum of RGB (Red+Green+Blue) = 243+197+203=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5CB is #0C3A34. Grayscale: #D3D3D3. Windows color (decimal): -801333 or 13354483. OLE color: 13354483.

HSL color Cylindrical-coordinate representation of color #F3C5CB: hue angle of 352.17º 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 #F3C5CB is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243197203-
CMYK00.190.160.05
HSL352.17º65.71%86.27%-
HSV(B)352.17º18.93%95.29%-
XYZ67.7163.365.15-
YUV211.44123.24150.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=37.79%
G=30.64%
B=31.57%

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
Decimal24319720300.190.160.05352.1765.7186.27
HexF3C5CB0131051604256
Octal363305313023205540102126
Binary1111001111000101110010110100111000010110110000010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5CB; }

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

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

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

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

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

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

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

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