#F8CFEE

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

Shades of Classic Rose #F8CFEE

Tints of Classic Rose #F8CFEE

Color information

#F8CFEE (or 0xF8CFEE) is unknown color: approx Classic Rose. HEX triplet: F8, CF and EE. RGB value is (248,207,238). Sum of RGB (Red+Green+Blue) = 248+207+238=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFEE is #073011. Grayscale: #DEDEDE. Windows color (decimal): -471058 or 15650808. OLE color: 15650808.

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

Color convert

RGB248207238-
CMYK00.170.040.03
HSL314.63º74.55%89.22%-
HSV(B)314.63º16.53%97.25%-
XYZ76.4670.7690.52-
YUV222.79136.58145.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=35.79%
G=29.87%
B=34.34%

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
Decimal24820723800.170.040.03314.6374.5589.22
HexF8CFEE0114313b4b59
Octal37031735602143473113131
Binary1111100011001111111011100100011001110011101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFEE; }

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

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

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

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

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

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

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

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