#F8CFFF

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

Shades of Selago #F8CFFF

Tints of Selago #F8CFFF

Color information

#F8CFFF (or 0xF8CFFF) is unknown color: approx Selago. HEX triplet: F8, CF and FF. RGB value is (248,207,255). Sum of RGB (Red+Green+Blue) = 248+207+255=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFF is #073000. Grayscale: #E0E0E0. Windows color (decimal): -471041 or 16764920. OLE color: 16764920.

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

Color convert

RGB248207255-
CMYK0.030.1900
HSL291.25º100%90.59%-
HSV(B)291.25º18.82%100%-
XYZ79.0771.8104.3-
YUV224.73145.08144.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.93%
GREEN value IS 207 (81.25% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 35.92%
R=34.93%
G=29.15%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482072550.030.1900291.2510090.59
HexF8CFFF31300123645b
Octal37031737732300443144133
Binary11111000110011111111111111100110010010001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFFF; }

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

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

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

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

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

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

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

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