#F7DCFB

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

Shades of Selago #F7DCFB

Tints of Selago #F7DCFB

Color information

#F7DCFB (or 0xF7DCFB) is unknown color: approx Selago. HEX triplet: F7, DC and FB. RGB value is (247,220,251). Sum of RGB (Red+Green+Blue) = 247+220+251=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFB is #082304. Grayscale: #E7E7E7. Windows color (decimal): -533253 or 16506103. OLE color: 16506103.

HSL color Cylindrical-coordinate representation of color #F7DCFB: hue angle of 292.26º degrees, saturation: 0.79, 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 #F7DCFB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247220251-
CMYK0.020.1200.02
HSL292.26º79.49%92.35%-
HSV(B)292.26º12.35%98.43%-
XYZ81.3677.93102.02-
YUV231.61138.95138.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 30.64%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=34.40%
G=30.64%
B=34.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472202510.020.1200.02292.2679.4992.35
HexF7DCFB2C021244f5c
Octal36733437321402444117134
Binary11110111110111001111101110110001010010010010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCFB; }

 p { color: rgb(247,220,251); }

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

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

 a { background-color: rgb(247,220,251); }

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

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

 span { border-color: rgb(247,220,251); }

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