#F1C8E7

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

Shades of Classic Rose #F1C8E7

Tints of Classic Rose #F1C8E7

Color information

#F1C8E7 (or 0xF1C8E7) is unknown color: approx Classic Rose. HEX triplet: F1, C8 and E7. RGB value is (241,200,231). Sum of RGB (Red+Green+Blue) = 241+200+231=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8E7 is #0E3718. Grayscale: #D7D7D7. Windows color (decimal): -931609 or 15190257. OLE color: 15190257.

HSL color Cylindrical-coordinate representation of color #F1C8E7: hue angle of 314.63º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8E7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241200231-
CMYK00.170.040.05
HSL314.63º59.42%86.47%-
HSV(B)314.63º17.01%94.51%-
XYZ71.3565.7884.54-
YUV215.79136.58145.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 200 (78.52% from 255) = 29.76%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=35.86%
G=29.76%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120023100.170.040.05314.6359.4286.47
HexF1C8E70114513b3b56
Octal3613103470214547373126
Binary1111000111001000111001110100011001011001110111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8E7; }

 p { color: rgb(241,200,231); }

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

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

 a { background-color: rgb(241,200,231); }

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

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

 span { border-color: rgb(241,200,231); }

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