#F8CEEA

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

Shades of Classic Rose #F8CEEA

Tints of Classic Rose #F8CEEA

Color information

#F8CEEA (or 0xF8CEEA) is unknown color: approx Classic Rose. HEX triplet: F8, CE and EA. RGB value is (248,206,234). Sum of RGB (Red+Green+Blue) = 248+206+234=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEEA is #073115. Grayscale: #DDDDDD. Windows color (decimal): -471318 or 15388408. OLE color: 15388408.

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

Color convert

RGB248206234-
CMYK00.170.060.03
HSL320º75%89.02%-
HSV(B)320º16.94%97.25%-
XYZ75.6370.0487.37-
YUV221.75134.91146.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=36.05%
G=29.94%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820623400.170.060.033207589.02
HexF8CEEA011631404b59
Octal37031635202163500113131
Binary1111100011001110111010100100011101110100000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEEA; }

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

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

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

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

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

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

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

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