#F3CBCC

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

Shades of Azalea #F3CBCC

Tints of Azalea #F3CBCC

Color information

#F3CBCC (or 0xF3CBCC) is unknown color: approx Azalea. HEX triplet: F3, CB and CC. RGB value is (243,203,204). Sum of RGB (Red+Green+Blue) = 243+203+204=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBCC is #0C3433. Grayscale: #D7D7D7. Windows color (decimal): -799796 or 13421555. OLE color: 13421555.

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

Color convert

RGB243203204-
CMYK00.160.160.05
HSL358.5º62.5%87.45%-
HSV(B)358.5º16.46%95.29%-
XYZ69.2266.1366.24-
YUV215.07121.75147.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.38%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=37.38%
G=31.23%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320320400.160.160.05358.562.587.45
HexF3CBCC0101051663e57
Octal36331331402020554676127
Binary111100111100101111001100010000100001011011001101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBCC; }

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

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

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

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

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

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

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

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