#F3B7BC

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

Shades of Azalea #F3B7BC

Tints of Azalea #F3B7BC

Color information

#F3B7BC (or 0xF3B7BC) is unknown color: approx Azalea. HEX triplet: F3, B7 and BC. RGB value is (243,183,188). Sum of RGB (Red+Green+Blue) = 243+183+188=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7BC is #0C4843. Grayscale: #C9C9C9. Windows color (decimal): -804932 or 12367859. OLE color: 12367859.

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

Color convert

RGB243183188-
CMYK00.250.230.05
HSL355º71.43%83.53%-
HSV(B)355º24.69%95.29%-
XYZ62.9756.5555.17-
YUV201.51120.38157.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=39.58%
G=29.80%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318318800.250.230.0535571.4383.53
HexF3B7BC0191751634754
Octal363267274031275543107124
Binary1111001110110111101111000110011011110110110001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B7BC; }

 p { color: rgb(243,183,188); }

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

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

 a { background-color: rgb(243,183,188); }

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

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

 span { border-color: rgb(243,183,188); }

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