#FCEAFE

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

Shades of Selago #FCEAFE

Tints of Selago #FCEAFE

Color information

#FCEAFE (or 0xFCEAFE) is unknown color: approx Selago. HEX triplet: FC, EA and FE. RGB value is (252,234,254). Sum of RGB (Red+Green+Blue) = 252+234+254=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 234 (91.80% from 255 or 31.62% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFE is #031501. Grayscale: #F1F1F1. Windows color (decimal): -201986 or 16706300. OLE color: 16706300.

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

Color convert

RGB252234254-
CMYK0.010.0800.00
HSL294º90.91%95.69%-
HSV(B)294º7.87%99.61%-
XYZ87.4686.7105.89-
YUV241.66134.96135.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=34.05%
G=31.62%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522342540.010.0800.0029490.9195.69
HexFCEAFE18001265b60
Octal37435237611000446133140
Binary111111001110101011111110110000010010011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAFE; }

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

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

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

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

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

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

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

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