#FFD9FC

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

Shades of Selago #FFD9FC

Tints of Selago #FFD9FC

Color information

#FFD9FC (or 0xFFD9FC) is unknown color: approx Selago. HEX triplet: FF, D9 and FC. RGB value is (255,217,252). Sum of RGB (Red+Green+Blue) = 255+217+252=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 217 (85.16% from 255 or 29.97% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FC is #002603. Grayscale: #E8E8E8. Windows color (decimal): -9732 or 16570879. OLE color: 16570879.

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

Color convert

RGB255217252-
CMYK00.150.010
HSL304.74º100%92.55%-
HSV(B)304.74º14.9%100%-
XYZ83.6277.91102.73-
YUV232.35139.09144.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 217 (85.16% from 255) = 29.97%
BLUE value IS 252 (98.83% from 255) = 34.81%
R=35.22%
G=29.97%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521725200.150.010304.7410092.55
HexFFD9FC0F10131645d
Octal37733137401710461144135
Binary111111111101100111111100011111010011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9FC; }

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

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

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

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

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

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

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

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