#FCDAFE

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

Shades of Selago #FCDAFE

Tints of Selago #FCDAFE

Color information

#FCDAFE (or 0xFCDAFE) is unknown color: approx Selago. HEX triplet: FC, DA and FE. RGB value is (252,218,254). Sum of RGB (Red+Green+Blue) = 252+218+254=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 218 (85.55% from 255 or 30.11% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFE is #032501. Grayscale: #E8E8E8. Windows color (decimal): -206082 or 16702204. OLE color: 16702204.

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

Color convert

RGB252218254-
CMYK0.010.1400.00
HSL296.67º94.74%92.55%-
HSV(B)296.67º14.17%99.61%-
XYZ83.1177.99104.44-
YUV232.27140.26142.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 218 (85.55% from 255) = 30.11%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=34.81%
G=30.11%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522182540.010.1400.00296.6794.7492.55
HexFCDAFE1E001295f5d
Octal37433237611600451137135
Binary111111001101101011111110111100010010100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAFE; }

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

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

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

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

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

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

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

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