#F8C1EA

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

Shades of Classic Rose #F8C1EA

Tints of Classic Rose #F8C1EA

Color information

#F8C1EA (or 0xF8C1EA) is unknown color: approx Classic Rose. HEX triplet: F8, C1 and EA. RGB value is (248,193,234). Sum of RGB (Red+Green+Blue) = 248+193+234=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1EA is #073E15. Grayscale: #D6D6D6. Windows color (decimal): -474646 or 15385080. OLE color: 15385080.

HSL color Cylindrical-coordinate representation of color #F8C1EA: hue angle of 315.27º 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 #F8C1EA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248193234-
CMYK00.220.060.03
HSL315.27º79.71%86.47%-
HSV(B)315.27º22.18%97.25%-
XYZ72.6364.0486.37-
YUV214.12139.22152.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 193 (75.78% from 255) = 28.59%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=36.74%
G=28.59%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819323400.220.060.03315.2779.7186.47
HexF8C1EA0166313b5056
Octal37030135202663473120126
Binary1111100011000001111010100101101101110011101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1EA; }

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

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

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

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

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

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

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

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