#FCEDFA

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

Shades of Selago #FCEDFA

Tints of Selago #FCEDFA

Color information

#FCEDFA (or 0xFCEDFA) is unknown color: approx Selago. HEX triplet: FC, ED and FA. RGB value is (252,237,250). Sum of RGB (Red+Green+Blue) = 252+237+250=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFA is #031205. Grayscale: #F2F2F2. Windows color (decimal): -201222 or 16444924. OLE color: 16444924.

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

Color convert

RGB252237250-
CMYK00.060.010.01
HSL308º71.43%95.88%-
HSV(B)308º5.95%98.82%-
XYZ87.6888.17102.84-
YUV242.97131.97134.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 237 (92.97% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=34.10%
G=32.07%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223725000.060.010.0130871.4395.88
HexFCEDFA06111344760
Octal3743553720611464107140
Binary11111100111011011111101001101110011010010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDFA; }

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

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

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

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

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

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

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

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