#FCDFF7

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

Shades of Selago #FCDFF7

Tints of Selago #FCDFF7

Color information

#FCDFF7 (or 0xFCDFF7) is unknown color: approx Selago. HEX triplet: FC, DF and F7. RGB value is (252,223,247). Sum of RGB (Red+Green+Blue) = 252+223+247=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF7 is #032008. Grayscale: #EAEAEA. Windows color (decimal): -204809 or 16244732. OLE color: 16244732.

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

Color convert

RGB252223247-
CMYK00.120.020.01
HSL310.34º82.86%93.14%-
HSV(B)310.34º11.51%98.82%-
XYZ83.3280.1999.08-
YUV234.41135.11140.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 247 (96.88% from 255) = 34.21%
R=34.90%
G=30.89%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222324700.120.020.01310.3482.8693.14
HexFCDFF70C21136535d
Octal37433736701421466123135
Binary1111110011011111111101110110010110011011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFF7; }

 p { color: rgb(252,223,247); }

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

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

 a { background-color: rgb(252,223,247); }

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

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

 span { border-color: rgb(252,223,247); }

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