Html Css Color HEX #F7DCF6 Selago

📋 copy color: '#F7DCF6'

red 247 ◦ green 220 ◦ blue 246

#F7DCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #F7DCF6

Tints of Selago #F7DCF6

RGB

 RED value IS 247 (96.88% from 255) = 34.64%

 GREEN value IS 220 (86.33% from 255) = 30.86%

 BLUE value IS 246 (96.48% from 255) = 34.5%

R = 34.64%
G = 30.86%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F7DCF6 (or 0xF7DCF6) is known color: Selago. HEX triplet: F7, DC and F6. RGB value is (247,220,246). Sum of RGB (Red+Green+Blue) = 247+220+246=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCF6 is #082309. Grayscale: #E6E6E6. Windows color (decimal): -533258 or 16178423. OLE color: 16178423.

HSL color Cylindrical-coordinate representation of color #F7DCF6: hue angle of 302.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCF6 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 246 -
CMYK 0 0.11 0.00 0.03
HSL 302.22º 0.63% 0.92% -
HSV(B) 302.22º 0.11% 0.97% -
XYZ 80.59 77.61 97.92 -
YUV 231.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 247 220 246 0 0.11 0.00 0.03 302.22 0.63 0.92
Hex F7 DC F6 0 B 0 3 12E 3F 5C
Octal 367 334 366 0 13 0 3 456 77 134
Binary 11110111 11011100 11110110 0 1011 0 11 100101110 111111 1011100

Color Harmonies of #F7DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCF6

Black with #F7DCF6

Text Example


Text Example

White with #F7DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCF6; }

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

 H1.HeaderClassName
 {
   color: #F7DCF6;
 }
 .AnyTagClassName
 {
   color: #F7DCF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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