#FADCF8

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

Shades of Selago #FADCF8

Tints of Selago #FADCF8

Color information

#FADCF8 (or 0xFADCF8) is unknown color: approx Selago. HEX triplet: FA, DC and F8. RGB value is (250,220,248). Sum of RGB (Red+Green+Blue) = 250+220+248=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF8 is #052307. Grayscale: #E8E8E8. Windows color (decimal): -336648 or 16309498. OLE color: 16309498.

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

Color convert

RGB250220248-
CMYK00.120.010.02
HSL304º75%92.16%-
HSV(B)304º12%98.04%-
XYZ81.9678.2999.6-
YUV232.16136.94140.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 220 (86.33% from 255) = 30.64%
BLUE value IS 248 (97.27% from 255) = 34.54%
R=34.82%
G=30.64%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022024800.120.010.023047592.16
HexFADCF80C121304b5c
Octal37233437001412460113134
Binary1111101011011100111110000110011010011000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF8; }

 p { color: rgb(250,220,248); }

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

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

 a { background-color: rgb(250,220,248); }

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

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

 span { border-color: rgb(250,220,248); }

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