#f3bbc1

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

Shades of Azalea #F3BBC1

Tints of Azalea #F3BBC1

Color information

#F3BBC1 (or 0xF3BBC1) is unknown color: approx Azalea. HEX triplet: F3, BB and C1. RGB value is (243,187,193). Sum of RGB (Red+Green+Blue) = 243+187+193=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC1 is #0C443E. Grayscale: #CCCCCC. Windows color (decimal): -803903 or 12696563. OLE color: 12696563.

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

Color convert

RGB243187193-
CMYK00.230.210.05
HSL353.57º70%84.31%-
HSV(B)353.57º23.05%95.29%-
XYZ64.3658.4558.34-
YUV204.43121.55155.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=39.00%
G=30.02%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318719300.230.210.05353.577084.31
HexF3BBC10171551624654
Octal363273301027255542106124
Binary1111001110111011110000010101111010110110110001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3bbc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3bbc1; }

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

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

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

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

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

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

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

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