#F8CEFF

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

Shades of Selago #F8CEFF

Tints of Selago #F8CEFF

Color information

#F8CEFF (or 0xF8CEFF) is unknown color: approx Selago. HEX triplet: F8, CE and FF. RGB value is (248,206,255). Sum of RGB (Red+Green+Blue) = 248+206+255=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFF is #073100. Grayscale: #DFDFDF. Windows color (decimal): -471297 or 16764664. OLE color: 16764664.

HSL color Cylindrical-coordinate representation of color #F8CEFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CEFF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248206255-
CMYK0.030.1900
HSL291.43º100%90.39%-
HSV(B)291.43º19.22%100%-
XYZ78.8371.32104.22-
YUV224.14145.41145.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.98%
GREEN value IS 206 (80.86% from 255) = 29.06%
BLUE value IS 255 (100% from 255) = 35.97%
R=34.98%
G=29.06%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482062550.030.1900291.4310090.39
HexF8CEFF31300123645a
Octal37031637732300443144132
Binary11111000110011101111111111100110010010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEFF; }

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

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

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

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

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

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

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

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