#F3BBC4

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

Shades of Azalea #F3BBC4

Tints of Azalea #F3BBC4

Color information

#F3BBC4 (or 0xF3BBC4) is unknown color: approx Azalea. HEX triplet: F3, BB and C4. RGB value is (243,187,196). Sum of RGB (Red+Green+Blue) = 243+187+196=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC4 is #0C443B. Grayscale: #CCCCCC. Windows color (decimal): -803900 or 12893171. OLE color: 12893171.

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

Color convert

RGB243187196-
CMYK00.230.190.05
HSL350.36º70%84.31%-
HSV(B)350.36º23.05%95.29%-
XYZ64.758.5860.12-
YUV204.77123.05155.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=38.82%
G=29.87%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318719600.230.190.05350.367084.31
HexF3BBC401713515e4654
Octal363273304027235536106124
Binary1111001110111011110001000101111001110110101111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBC4; }

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

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

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

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

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

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

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

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