#F3BCC4

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

Shades of Azalea #F3BCC4

Tints of Azalea #F3BCC4

Color information

#F3BCC4 (or 0xF3BCC4) is unknown color: approx Azalea. HEX triplet: F3, BC and C4. RGB value is (243,188,196). Sum of RGB (Red+Green+Blue) = 243+188+196=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC4 is #0C433B. Grayscale: #CDCDCD. Windows color (decimal): -803644 or 12893427. OLE color: 12893427.

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

Color convert

RGB243188196-
CMYK00.230.190.05
HSL351.27º69.62%84.51%-
HSV(B)351.27º22.63%95.29%-
XYZ64.9159.0160.19-
YUV205.36122.72154.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=38.76%
G=29.98%
B=31.26%

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
Decimal24318819600.230.190.05351.2769.6284.51
HexF3BCC401713515f4655
Octal363274304027235537106125
Binary1111001110111100110001000101111001110110101111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCC4; }

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

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

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

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

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

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

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

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