#F8CFFE

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

Shades of Selago #F8CFFE

Tints of Selago #F8CFFE

Color information

#F8CFFE (or 0xF8CFFE) is unknown color: approx Selago. HEX triplet: F8, CF and FE. RGB value is (248,207,254). Sum of RGB (Red+Green+Blue) = 248+207+254=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 207 (81.25% from 255 or 29.20% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFE is #073001. Grayscale: #E0E0E0. Windows color (decimal): -471042 or 16699384. OLE color: 16699384.

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

Color convert

RGB248207254-
CMYK0.020.1900.00
HSL292.34º95.92%90.39%-
HSV(B)292.34º18.5%99.61%-
XYZ78.9171.74103.45-
YUV224.62144.58144.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 29.20%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=34.98%
G=29.20%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482072540.020.1900.00292.3495.9290.39
HexF8CFFE21300124605a
Octal37031737622300444140132
Binary11111000110011111111111010100110010010010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFFE; }

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

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

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

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

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

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

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

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