#F8CFCE

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

Shades of Cosmos #F8CFCE

Tints of Cosmos #F8CFCE

Color information

#F8CFCE (or 0xF8CFCE) is unknown color: approx Cosmos. HEX triplet: F8, CF and CE. RGB value is (248,207,206). Sum of RGB (Red+Green+Blue) = 248+207+206=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFCE is #073031. Grayscale: #DBDBDB. Windows color (decimal): -471090 or 13553656. OLE color: 13553656.

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

Color convert

RGB248207206-
CMYK00.170.170.03
HSL1.43º75%89.02%-
HSV(B)1.43º16.94%97.25%-
XYZ72.1669.0467.91-
YUV219.14120.58148.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=37.52%
G=31.32%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820720600.170.170.031.437589.02
HexF8CFCE01111314b59
Octal3703173160212131113131
Binary1111100011001111110011100100011000111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFCE; }

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

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

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

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

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

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

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

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