#FCEDFD

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

Shades of Selago #FCEDFD

Tints of Selago #FCEDFD

Color information

#FCEDFD (or 0xFCEDFD) is unknown color: approx Selago. HEX triplet: FC, ED and FD. RGB value is (252,237,253). Sum of RGB (Red+Green+Blue) = 252+237+253=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 237 (92.97% from 255 or 31.94% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFD is #031202. Grayscale: #F3F3F3. Windows color (decimal): -201219 or 16641532. OLE color: 16641532.

HSL color Cylindrical-coordinate representation of color #FCEDFD: hue angle of 296.25º degrees, saturation: 0.8, 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 #FCEDFD is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252237253-
CMYK0.000.0600.01
HSL296.25º80%96.08%-
HSV(B)296.25º6.32%99.22%-
XYZ88.1688.36105.34-
YUV243.31133.47134.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 237 (92.97% from 255) = 31.94%
BLUE value IS 253 (99.22% from 255) = 34.10%
R=33.96%
G=31.94%
B=34.10%

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
Decimal2522372530.000.0600.01296.258096.08
HexFCEDFD06011285060
Octal3743553750601450120140
Binary11111100111011011111110101100110010100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDFD; }

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

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

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

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

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

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

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

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