#FCD4FF

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

Shades of Selago #FCD4FF

Tints of Selago #FCD4FF

Color information

#FCD4FF (or 0xFCD4FF) is unknown color: approx Selago. HEX triplet: FC, D4 and FF. RGB value is (252,212,255). Sum of RGB (Red+Green+Blue) = 252+212+255=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 212 (83.20% from 255 or 29.49% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4FF is #032B00. Grayscale: #E4E4E4. Windows color (decimal): -207617 or 16766204. OLE color: 16766204.

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

Color convert

RGB252212255-
CMYK0.010.1700
HSL295.81º100%91.57%-
HSV(B)295.81º16.86%100%-
XYZ81.7475104.78-
YUV228.86142.75144.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 212 (83.20% from 255) = 29.49%
BLUE value IS 255 (100% from 255) = 35.47%
R=35.05%
G=29.49%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522122550.010.1700295.8110091.57
HexFCD4FF11100128645c
Octal37432437712100450144134
Binary1111110011010100111111111100010010010100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4FF; }

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

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

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

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

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

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

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

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