#FCEAFD

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

Shades of Selago #FCEAFD

Tints of Selago #FCEAFD

Color information

#FCEAFD (or 0xFCEAFD) is unknown color: approx Selago. HEX triplet: FC, EA and FD. RGB value is (252,234,253). Sum of RGB (Red+Green+Blue) = 252+234+253=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFD is #031502. Grayscale: #F1F1F1. Windows color (decimal): -201987 or 16640764. OLE color: 16640764.

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

Color convert

RGB252234253-
CMYK0.000.0800.01
HSL296.84º82.61%95.49%-
HSV(B)296.84º7.51%99.22%-
XYZ87.386.63105.05-
YUV241.55134.46135.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 234 (91.80% from 255) = 31.66%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=34.10%
G=31.66%
B=34.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522342530.000.0800.01296.8482.6195.49
HexFCEAFD0801129535f
Octal37435237501001451123137
Binary111111001110101011111101010000110010100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAFD; }

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

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

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

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

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

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

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

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