#FFECFC

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

Shades of Selago #FFECFC

Tints of Selago #FFECFC

Color information

#FFECFC (or 0xFFECFC) is unknown color: approx Selago. HEX triplet: FF, EC and FC. RGB value is (255,236,252). Sum of RGB (Red+Green+Blue) = 255+236+252=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 236 (92.58% from 255 or 31.76% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFC is #001303. Grayscale: #F3F3F3. Windows color (decimal): -4868 or 16575743. OLE color: 16575743.

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

Color convert

RGB255236252-
CMYK00.070.010
HSL309.47º100%96.27%-
HSV(B)309.47º7.45%100%-
XYZ88.8188.28104.45-
YUV243.5132.79136.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.32%
GREEN value IS 236 (92.58% from 255) = 31.76%
BLUE value IS 252 (98.83% from 255) = 33.92%
R=34.32%
G=31.76%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523625200.070.010309.4710096.27
HexFFECFC07101356460
Octal3773543740710465144140
Binary11111111111011001111110001111010011010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECFC; }

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

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

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

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

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

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

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

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