Html Css Color HEX #F8D8FD Selago

📋 copy color: '#F8D8FD'

red 248 ◦ green 216 ◦ blue 253

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

Shades of Selago #F8D8FD

Tints of Selago #F8D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.13%

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

R = 34.59%
G = 30.13%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8D8FD (or 0xF8D8FD) is known color: Selago. HEX triplet: F8, D8 and FD. RGB value is (248,216,253). Sum of RGB (Red+Green+Blue) = 248+216+253=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8D8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8FD is #072702. Grayscale: #E5E5E5. Windows color (decimal): -468739 or 16636152. OLE color: 16636152.

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

Color convert

RGB 248 216 253 -
CMYK 0.02 0.15 0 0.01
HSL 291.89º 0.9% 0.92% -
HSV(B) 291.89º 0.15% 0.99% -
XYZ 81 76.16 103.36 -
YUV 229.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 248 216 253 0.02 0.15 0 0.01 291.89 0.9 0.92
Hex F8 D8 FD 2 F 0 1 124 5A 5C
Octal 370 330 375 2 17 0 1 444 132 134
Binary 11111000 11011000 11111101 10 1111 0 1 100100100 1011010 1011100

Color Harmonies of #F8D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D8FD

Black with #F8D8FD

Text Example


Text Example

White with #F8D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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