#FCEBFF

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

Shades of Selago #FCEBFF

Tints of Selago #FCEBFF

Color information

#FCEBFF (or 0xFCEBFF) is unknown color: approx Selago. HEX triplet: FC, EB and FF. RGB value is (252,235,255). Sum of RGB (Red+Green+Blue) = 252+235+255=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFF is #031400. Grayscale: #F2F2F2. Windows color (decimal): -201729 or 16772092. OLE color: 16772092.

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

Color convert

RGB252235255-
CMYK0.010.0800
HSL291º100%96.08%-
HSV(B)291º7.84%100%-
XYZ87.987.33106.83-
YUV242.36135.13134.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 235 (92.19% from 255) = 31.67%
BLUE value IS 255 (100% from 255) = 34.37%
R=33.96%
G=31.67%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522352550.010.080029110096.08
HexFCEBFF18001236460
Octal37435337711000443144140
Binary111111001110101111111111110000010010001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBFF; }

 p { color: rgb(252,235,255); }

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

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

 a { background-color: rgb(252,235,255); }

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

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

 span { border-color: rgb(252,235,255); }

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