Html Css Color HEX #F8DCF6 Selago

📋 copy color: '#F8DCF6'

red 248 ◦ green 220 ◦ blue 246

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

Shades of Selago #F8DCF6

Tints of Selago #F8DCF6

RGB

 RED value IS 248 (97.27% from 255) = 34.73%

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

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

R = 34.73%
G = 30.81%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8DCF6 (or 0xF8DCF6) is known color: Selago. HEX triplet: F8, DC and F6. RGB value is (248,220,246). Sum of RGB (Red+Green+Blue) = 248+220+246=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCF6 is #072309. Grayscale: #E7E7E7. Windows color (decimal): -467722 or 16178424. OLE color: 16178424.

HSL color Cylindrical-coordinate representation of color #F8DCF6: hue angle of 304.29º degrees, saturation: 0.67, 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 #F8DCF6 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 246 -
CMYK 0 0.11 0.01 0.03
HSL 304.29º 0.67% 0.92% -
HSV(B) 304.29º 0.11% 0.97% -
XYZ 80.94 77.8 97.94 -
YUV 231.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 248 220 246 0 0.11 0.01 0.03 304.29 0.67 0.92
Hex F8 DC F6 0 B 1 3 130 43 5C
Octal 370 334 366 0 13 1 3 460 103 134
Binary 11111000 11011100 11110110 0 1011 1 11 100110000 1000011 1011100

Color Harmonies of #F8DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCF6

Black with #F8DCF6

Text Example


Text Example

White with #F8DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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