#F3BEC3

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

Shades of Azalea #F3BEC3

Tints of Azalea #F3BEC3

Color information

#F3BEC3 (or 0xF3BEC3) is unknown color: approx Azalea. HEX triplet: F3, BE and C3. RGB value is (243,190,195). Sum of RGB (Red+Green+Blue) = 243+190+195=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEC3 is #0C413C. Grayscale: #CECECE. Windows color (decimal): -803133 or 12828403. OLE color: 12828403.

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

Color convert

RGB243190195-
CMYK00.220.200.05
HSL354.34º68.83%84.9%-
HSV(B)354.34º21.81%95.29%-
XYZ65.2359.8259.74-
YUV206.42121.56154.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=38.69%
G=30.25%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319019500.220.200.05354.3468.8384.9
HexF3BEC30161451624555
Octal363276303026245542105125
Binary1111001110111110110000110101101010010110110001010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BEC3; }

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

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

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

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

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

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

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

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