#F3BDC1

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

Shades of Azalea #F3BDC1

Tints of Azalea #F3BDC1

Color information

#F3BDC1 (or 0xF3BDC1) is unknown color: approx Azalea. HEX triplet: F3, BD and C1. RGB value is (243,189,193). Sum of RGB (Red+Green+Blue) = 243+189+193=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC1 is #0C423E. Grayscale: #CDCDCD. Windows color (decimal): -803391 or 12697075. OLE color: 12697075.

HSL color Cylindrical-coordinate representation of color #F3BDC1: hue angle of 355.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDC1 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243189193-
CMYK00.220.210.05
HSL355.56º69.23%84.71%-
HSV(B)355.56º22.22%95.29%-
XYZ64.7959.358.48-
YUV205.6120.89154.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 193 (75.78% from 255) = 30.88%
R=38.88%
G=30.24%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318919300.220.210.05355.5669.2384.71
HexF3BDC10161551644555
Octal363275301026255544105125
Binary1111001110111101110000010101101010110110110010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDC1; }

 p { color: rgb(243,189,193); }

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

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

 a { background-color: rgb(243,189,193); }

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

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

 span { border-color: rgb(243,189,193); }

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