#FCDDFF

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

Shades of Selago #FCDDFF

Tints of Selago #FCDDFF

Color information

#FCDDFF (or 0xFCDDFF) is unknown color: approx Selago. HEX triplet: FC, DD and FF. RGB value is (252,221,255). Sum of RGB (Red+Green+Blue) = 252+221+255=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 221 (86.72% from 255 or 30.36% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFF is #032200. Grayscale: #EAEAEA. Windows color (decimal): -205313 or 16768508. OLE color: 16768508.

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

Color convert

RGB252221255-
CMYK0.010.1300
HSL294.71º100%93.33%-
HSV(B)294.71º13.33%100%-
XYZ84.0579.63105.55-
YUV234.14139.77140.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 30.36%
BLUE value IS 255 (100% from 255) = 35.03%
R=34.62%
G=30.36%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522212550.010.1300294.7110093.33
HexFCDDFF1D00127645d
Octal37433537711500447144135
Binary111111001101110111111111111010010010011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDFF; }

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

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

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

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

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

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

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

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