#F8CEED

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

Shades of Classic Rose #F8CEED

Tints of Classic Rose #F8CEED

Color information

#F8CEED (or 0xF8CEED) is unknown color: approx Classic Rose. HEX triplet: F8, CE and ED. RGB value is (248,206,237). Sum of RGB (Red+Green+Blue) = 248+206+237=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEED is #073112. Grayscale: #DEDEDE. Windows color (decimal): -471315 or 15585016. OLE color: 15585016.

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

Color convert

RGB248206237-
CMYK00.170.040.03
HSL315.71º75%89.02%-
HSV(B)315.71º16.94%97.25%-
XYZ76.0770.2189.66-
YUV222.09136.41146.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=35.89%
G=29.81%
B=34.30%

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
Decimal24820623700.170.040.03315.717589.02
HexF8CEED0114313c4b59
Octal37031635502143474113131
Binary1111100011001110111011010100011001110011110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEED; }

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

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

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

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

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

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

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

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