#F8CEEE

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

Shades of Classic Rose #F8CEEE

Tints of Classic Rose #F8CEEE

Color information

#F8CEEE (or 0xF8CEEE) is unknown color: approx Classic Rose. HEX triplet: F8, CE and EE. RGB value is (248,206,238). Sum of RGB (Red+Green+Blue) = 248+206+238=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEEE is #073111. Grayscale: #DEDEDE. Windows color (decimal): -471314 or 15650552. OLE color: 15650552.

HSL color Cylindrical-coordinate representation of color #F8CEEE: hue angle of 314.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEEE is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248206238-
CMYK00.170.040.03
HSL314.29º75%89.02%-
HSV(B)314.29º16.94%97.25%-
XYZ76.2270.2790.44-
YUV222.21136.91146.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.84%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=35.84%
G=29.77%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820623800.170.040.03314.297589.02
HexF8CEEE0114313a4b59
Octal37031635602143472113131
Binary1111100011001110111011100100011001110011101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEEE; }

 p { color: rgb(248,206,238); }

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

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

 a { background-color: rgb(248,206,238); }

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

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

 span { border-color: rgb(248,206,238); }

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