#F3C2C5

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

Shades of Azalea #F3C2C5

Tints of Azalea #F3C2C5

Color information

#F3C2C5 (or 0xF3C2C5) is unknown color: approx Azalea. HEX triplet: F3, C2 and C5. RGB value is (243,194,197). Sum of RGB (Red+Green+Blue) = 243+194+197=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2C5 is #0C3D3A. Grayscale: #D1D1D1. Windows color (decimal): -802107 or 12960499. OLE color: 12960499.

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

Color convert

RGB243194197-
CMYK00.200.190.05
HSL356.33º67.12%85.69%-
HSV(B)356.33º20.16%95.29%-
XYZ66.3361.6761.23-
YUV208.99121.23152.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=38.33%
G=30.60%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319419700.200.190.05356.3367.1285.69
HexF3C2C50141351644356
Octal363302305024235544103126
Binary1111001111000010110001010101001001110110110010010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2C5; }

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

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

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

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

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

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

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

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