#F7DAFC

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

Shades of Selago #F7DAFC

Tints of Selago #F7DAFC

Color information

#F7DAFC (or 0xF7DAFC) is unknown color: approx Selago. HEX triplet: F7, DA and FC. RGB value is (247,218,252). Sum of RGB (Red+Green+Blue) = 247+218+252=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAFC is #082503. Grayscale: #E6E6E6. Windows color (decimal): -533764 or 16571127. OLE color: 16571127.

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

Color convert

RGB247218252-
CMYK0.020.1300.01
HSL291.18º85%92.16%-
HSV(B)291.18º13.49%98.82%-
XYZ8176.95102.68-
YUV230.55140.11139.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.45%
GREEN value IS 218 (85.55% from 255) = 30.40%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=34.45%
G=30.40%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472182520.020.1300.01291.188592.16
HexF7DAFC2D01123555c
Octal36733237421501443125134
Binary1111011111011010111111001011010110010001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DAFC; }

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

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

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

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

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

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

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

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