#F8C0C2

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

Shades of Azalea #F8C0C2

Tints of Azalea #F8C0C2

Color information

#F8C0C2 (or 0xF8C0C2) is unknown color: approx Azalea. HEX triplet: F8, C0 and C2. RGB value is (248,192,194). Sum of RGB (Red+Green+Blue) = 248+192+194=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0C2 is #073F3D. Grayscale: #D1D1D1. Windows color (decimal): -474942 or 12763384. OLE color: 12763384.

HSL color Cylindrical-coordinate representation of color #F8C0C2: hue angle of 357.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0C2 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248192194-
CMYK00.230.220.03
HSL357.86º80%86.27%-
HSV(B)357.86º22.58%97.25%-
XYZ67.361.5559.37-
YUV208.97119.55155.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.12%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=39.12%
G=30.28%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819219400.230.220.03357.868086.27
HexF8C0C20171631665056
Octal370300302027263546120126
Binary111110001100000011000010010111101101110110011010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0C2; }

 p { color: rgb(248,192,194); }

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

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

 a { background-color: rgb(248,192,194); }

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

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

 span { border-color: rgb(248,192,194); }

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