Html Css Color HEX #F8DCFD Selago

📋 copy color: '#F8DCFD'

red 248 ◦ green 220 ◦ blue 253

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

Shades of Selago #F8DCFD

Tints of Selago #F8DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.09%

R = 34.4%
G = 30.51%
B = 35.09%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8DCFD (or 0xF8DCFD) is known color: Selago. HEX triplet: F8, DC and FD. RGB value is (248,220,253). Sum of RGB (Red+Green+Blue) = 248+220+253=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFD is #072302. Grayscale: #E8E8E8. Windows color (decimal): -467715 or 16637176. OLE color: 16637176.

HSL color Cylindrical-coordinate representation of color #F8DCFD: hue angle of 290.91º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DCFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 220 253 -
CMYK 0.02 0.13 0 0.01
HSL 290.91º 0.89% 0.93% -
HSV(B) 290.91º 0.13% 0.99% -
XYZ 82.03 78.23 103.71 -
YUV 232.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 248 220 253 0.02 0.13 0 0.01 290.91 0.89 0.93
Hex F8 DC FD 2 D 0 1 123 59 5D
Octal 370 334 375 2 15 0 1 443 131 135
Binary 11111000 11011100 11111101 10 1101 0 1 100100011 1011001 1011101

Color Harmonies of #F8DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCFD

Black with #F8DCFD

Text Example


Text Example

White with #F8DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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