Html Css Color HEX #F8DCFF Selago

📋 copy color: '#F8DCFF'

red 248 ◦ green 220 ◦ blue 255

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

Shades of Selago #F8DCFF

Tints of Selago #F8DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.27%

R = 34.3%
G = 30.43%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8DCFF (or 0xF8DCFF) is known color: Selago. HEX triplet: F8, DC and FF. RGB value is (248,220,255). Sum of RGB (Red+Green+Blue) = 248+220+255=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFF is #072300. Grayscale: #E8E8E8. Windows color (decimal): -467713 or 16768248. OLE color: 16768248.

HSL color Cylindrical-coordinate representation of color #F8DCFF: hue angle of 288º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8DCFF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 220 255 -
CMYK 0.03 0.14 0 0
HSL 288º 1% 0.93% -
HSV(B) 288º 0.14% 1% -
XYZ 82.35 78.36 105.39 -
YUV 232.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 248 220 255 0.03 0.14 0 0 288 1 0.93
Hex F8 DC FF 3 E 0 0 120 64 5D
Octal 370 334 377 3 16 0 0 440 144 135
Binary 11111000 11011100 11111111 11 1110 0 0 100100000 1100100 1011101

Color Harmonies of #F8DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCFF

Black with #F8DCFF

Text Example


Text Example

White with #F8DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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