#F8CFE8

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

Shades of Classic Rose #F8CFE8

Tints of Classic Rose #F8CFE8

Color information

#F8CFE8 (or 0xF8CFE8) is unknown color: approx Classic Rose. HEX triplet: F8, CF and E8. RGB value is (248,207,232). Sum of RGB (Red+Green+Blue) = 248+207+232=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFE8 is #073017. Grayscale: #DEDEDE. Windows color (decimal): -471064 or 15257592. OLE color: 15257592.

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

Color convert

RGB248207232-
CMYK00.170.060.03
HSL323.41º74.55%89.22%-
HSV(B)323.41º16.53%97.25%-
XYZ75.5970.4185.95-
YUV222.11133.58146.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=36.10%
G=30.13%
B=33.77%

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
Decimal24820723200.170.060.03323.4174.5589.22
HexF8CFE8011631434b59
Octal37031735002163503113131
Binary1111100011001111111010000100011101110100001110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFE8; }

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

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

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

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

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

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

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

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