Html Css Color HEX #F8DCF9 Selago

📋 copy color: '#F8DCF9'

red 248 ◦ green 220 ◦ blue 249

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

Shades of Selago #F8DCF9

Tints of Selago #F8DCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.73%

R = 34.59%
G = 30.68%
B = 34.73%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8DCF9 (or 0xF8DCF9) is known color: Selago. HEX triplet: F8, DC and F9. RGB value is (248,220,249). Sum of RGB (Red+Green+Blue) = 248+220+249=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCF9 is #072306. Grayscale: #E7E7E7. Windows color (decimal): -467719 or 16375032. OLE color: 16375032.

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

Color convert

RGB 248 220 249 -
CMYK 0.00 0.12 0 0.02
HSL 297.93º 0.71% 0.92% -
HSV(B) 297.93º 0.12% 0.98% -
XYZ 81.4 77.98 100.38 -
YUV 231.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 248 220 249 0.00 0.12 0 0.02 297.93 0.71 0.92
Hex F8 DC F9 0 C 0 2 12A 47 5C
Octal 370 334 371 0 14 0 2 452 107 134
Binary 11111000 11011100 11111001 0 1100 0 10 100101010 1000111 1011100

Color Harmonies of #F8DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCF9

Black with #F8DCF9

Text Example


Text Example

White with #F8DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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