#F8C1EB

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

Shades of Classic Rose #F8C1EB

Tints of Classic Rose #F8C1EB

Color information

#F8C1EB (or 0xF8C1EB) is unknown color: approx Classic Rose. HEX triplet: F8, C1 and EB. RGB value is (248,193,235). Sum of RGB (Red+Green+Blue) = 248+193+235=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1EB is #073E14. Grayscale: #D6D6D6. Windows color (decimal): -474645 or 15450616. OLE color: 15450616.

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

Color convert

RGB248193235-
CMYK00.220.050.03
HSL314.18º79.71%86.47%-
HSV(B)314.18º22.18%97.25%-
XYZ72.7864.0987.13-
YUV214.23139.72152.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 193 (75.78% from 255) = 28.55%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=36.69%
G=28.55%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819323500.220.050.03314.1879.7186.47
HexF8C1EB0165313a5056
Octal37030135302653472120126
Binary1111100011000001111010110101101011110011101010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1EB; }

 p { color: rgb(248,193,235); }

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

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

 a { background-color: rgb(248,193,235); }

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

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

 span { border-color: rgb(248,193,235); }

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