#FCD2FF

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

Shades of Selago #FCD2FF

Tints of Selago #FCD2FF

Color information

#FCD2FF (or 0xFCD2FF) is unknown color: approx Selago. HEX triplet: FC, D2 and FF. RGB value is (252,210,255). Sum of RGB (Red+Green+Blue) = 252+210+255=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 210 (82.42% from 255 or 29.29% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2FF is #032D00. Grayscale: #E3E3E3. Windows color (decimal): -208129 or 16765692. OLE color: 16765692.

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

Color convert

RGB252210255-
CMYK0.010.1800
HSL296º100%91.18%-
HSV(B)296º17.65%100%-
XYZ81.2474.01104.61-
YUV227.69143.41145.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 210 (82.42% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 35.56%
R=35.15%
G=29.29%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522102550.010.180029610091.18
HexFCD2FF11200128645b
Octal37432237712200450144133
Binary1111110011010010111111111100100010010100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2FF; }

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

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

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

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

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

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

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

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