#F3BBC3

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

Shades of Azalea #F3BBC3

Tints of Azalea #F3BBC3

Color information

#F3BBC3 (or 0xF3BBC3) is unknown color: approx Azalea. HEX triplet: F3, BB and C3. RGB value is (243,187,195). Sum of RGB (Red+Green+Blue) = 243+187+195=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC3 is #0C443C. Grayscale: #CCCCCC. Windows color (decimal): -803901 or 12827635. OLE color: 12827635.

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

Color convert

RGB243187195-
CMYK00.230.200.05
HSL351.43º70%84.31%-
HSV(B)351.43º23.05%95.29%-
XYZ64.5858.5459.52-
YUV204.66122.55155.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=38.88%
G=29.92%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318719500.230.200.05351.437084.31
HexF3BBC301714515f4654
Octal363273303027245537106124
Binary1111001110111011110000110101111010010110101111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBC3; }

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

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

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

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

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

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

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

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