#F3BDC3

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

Shades of Azalea #F3BDC3

Tints of Azalea #F3BDC3

Color information

#F3BDC3 (or 0xF3BDC3) is unknown color: approx Azalea. HEX triplet: F3, BD and C3. RGB value is (243,189,195). Sum of RGB (Red+Green+Blue) = 243+189+195=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC3 is #0C423C. Grayscale: #CDCDCD. Windows color (decimal): -803389 or 12828147. OLE color: 12828147.

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

Color convert

RGB243189195-
CMYK00.220.200.05
HSL353.33º69.23%84.71%-
HSV(B)353.33º22.22%95.29%-
XYZ65.0159.3959.67-
YUV205.83121.89154.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 195 (76.56% from 255) = 31.10%
R=38.76%
G=30.14%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318919500.220.200.05353.3369.2384.71
HexF3BDC30161451614555
Octal363275303026245541105125
Binary1111001110111101110000110101101010010110110000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDC3; }

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

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

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

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

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

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

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

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