Html Css Color HEX #F8DCFA Selago

📋 copy color: '#F8DCFA'

red 248 ◦ green 220 ◦ blue 250

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

Shades of Selago #F8DCFA

Tints of Selago #F8DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.82%

R = 34.54%
G = 30.64%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8DCFA (or 0xF8DCFA) is known color: Selago. HEX triplet: F8, DC and FA. RGB value is (248,220,250). Sum of RGB (Red+Green+Blue) = 248+220+250=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFA is #072305. Grayscale: #E7E7E7. Windows color (decimal): -467718 or 16440568. OLE color: 16440568.

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

Color convert

RGB 248 220 250 -
CMYK 0.01 0.12 0 0.02
HSL 296º 0.75% 0.92% -
HSV(B) 296º 0.12% 0.98% -
XYZ 81.56 78.04 101.21 -
YUV 231.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 248 220 250 0.01 0.12 0 0.02 296 0.75 0.92
Hex F8 DC FA 1 C 0 2 128 4B 5C
Octal 370 334 372 1 14 0 2 450 113 134
Binary 11111000 11011100 11111010 1 1100 0 10 100101000 1001011 1011100

Color Harmonies of #F8DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCFA

Black with #F8DCFA

Text Example


Text Example

White with #F8DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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