#FFECFD

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

Shades of Selago #FFECFD

Tints of Selago #FFECFD

Color information

#FFECFD (or 0xFFECFD) is unknown color: approx Selago. HEX triplet: FF, EC and FD. RGB value is (255,236,253). Sum of RGB (Red+Green+Blue) = 255+236+253=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 236 (92.58% from 255 or 31.72% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFD is #001302. Grayscale: #F3F3F3. Windows color (decimal): -4867 or 16641279. OLE color: 16641279.

HSL color Cylindrical-coordinate representation of color #FFECFD: hue angle of 306.32º 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 #FFECFD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255236253-
CMYK00.070.010
HSL306.32º100%96.27%-
HSV(B)306.32º7.45%100%-
XYZ88.9788.34105.29-
YUV243.62133.29136.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.27%
GREEN value IS 236 (92.58% from 255) = 31.72%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=34.27%
G=31.72%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523625300.070.010306.3210096.27
HexFFECFD07101326460
Octal3773543750710462144140
Binary11111111111011001111110101111010011001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECFD; }

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

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

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

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

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

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

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

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