#FCEFFD

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

Shades of Selago #FCEFFD

Tints of Selago #FCEFFD

Color information

#FCEFFD (or 0xFCEFFD) is unknown color: approx Selago. HEX triplet: FC, EF and FD. RGB value is (252,239,253). Sum of RGB (Red+Green+Blue) = 252+239+253=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFD is #031002. Grayscale: #F4F4F4. Windows color (decimal): -200707 or 16642044. OLE color: 16642044.

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

Color convert

RGB252239253-
CMYK0.000.0600.01
HSL295.71º77.78%96.47%-
HSV(B)295.71º5.53%99.22%-
XYZ88.7489.52105.53-
YUV244.48132.81133.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 239 (93.75% from 255) = 32.12%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=33.87%
G=32.12%
B=34.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522392530.000.0600.01295.7177.7896.47
HexFCEFFD06011284e60
Octal3743573750601450116140
Binary11111100111011111111110101100110010100010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFFD; }

 p { color: rgb(252,239,253); }

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

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

 a { background-color: rgb(252,239,253); }

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

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

 span { border-color: rgb(252,239,253); }

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