#F8CEDF

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

Shades of Classic Rose #F8CEDF

Tints of Classic Rose #F8CEDF

Color information

#F8CEDF (or 0xF8CEDF) is unknown color: approx Classic Rose. HEX triplet: F8, CE and DF. RGB value is (248,206,223). Sum of RGB (Red+Green+Blue) = 248+206+223=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEDF is #073120. Grayscale: #DCDCDC. Windows color (decimal): -471329 or 14667512. OLE color: 14667512.

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

Color convert

RGB248206223-
CMYK00.170.100.03
HSL335.71º75%89.02%-
HSV(B)335.71º16.94%97.25%-
XYZ74.169.4379.31-
YUV220.5129.41147.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=36.63%
G=30.43%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820622300.170.100.03335.717589.02
HexF8CEDF011A31504b59
Octal370316337021123520113131
Binary11111000110011101101111101000110101110101000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEDF; }

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

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

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

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

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

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

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

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