#FFDAFC

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

Shades of Selago #FFDAFC

Tints of Selago #FFDAFC

Color information

#FFDAFC (or 0xFFDAFC) is unknown color: approx Selago. HEX triplet: FF, DA and FC. RGB value is (255,218,252). Sum of RGB (Red+Green+Blue) = 255+218+252=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 218 (85.55% from 255 or 30.07% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFC is #002503. Grayscale: #E8E8E8. Windows color (decimal): -9476 or 16571135. OLE color: 16571135.

HSL color Cylindrical-coordinate representation of color #FFDAFC: hue angle of 304.86º 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 #FFDAFC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255218252-
CMYK00.150.010
HSL304.86º100%92.75%-
HSV(B)304.86º14.51%100%-
XYZ83.8878.43102.81-
YUV232.94138.76143.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 218 (85.55% from 255) = 30.07%
BLUE value IS 252 (98.83% from 255) = 34.76%
R=35.17%
G=30.07%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521825200.150.010304.8610092.75
HexFFDAFC0F10131645d
Octal37733237401710461144135
Binary111111111101101011111100011111010011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAFC; }

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

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

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

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

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

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

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

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