#F8C6EB

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

Shades of Classic Rose #F8C6EB

Tints of Classic Rose #F8C6EB

Color information

#F8C6EB (or 0xF8C6EB) is unknown color: approx Classic Rose. HEX triplet: F8, C6 and EB. RGB value is (248,198,235). Sum of RGB (Red+Green+Blue) = 248+198+235=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6EB is #073914. Grayscale: #D9D9D9. Windows color (decimal): -473365 or 15451896. OLE color: 15451896.

HSL color Cylindrical-coordinate representation of color #F8C6EB: hue angle of 315.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6EB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248198235-
CMYK00.200.050.03
HSL315.6º78.12%87.45%-
HSV(B)315.6º20.16%97.25%-
XYZ73.966.3487.51-
YUV217.17138.06149.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.42%
GREEN value IS 198 (77.73% from 255) = 29.07%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=36.42%
G=29.07%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819823500.200.050.03315.678.1287.45
HexF8C6EB0145313c4e57
Octal37030635302453474116127
Binary1111100011000110111010110101001011110011110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C6EB; }

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

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

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

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

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

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

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

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