Html Css Color HEX #F8DDF6 Selago

📋 copy color: '#F8DDF6'

red 248 ◦ green 221 ◦ blue 246

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

Shades of Selago #F8DDF6

Tints of Selago #F8DDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.91%

 BLUE value IS 246 (96.48% from 255) = 34.41%

R = 34.69%
G = 30.91%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8DDF6 (or 0xF8DDF6) is known color: Selago. HEX triplet: F8, DD and F6. RGB value is (248,221,246). Sum of RGB (Red+Green+Blue) = 248+221+246=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDF6 is #072209. Grayscale: #E7E7E7. Windows color (decimal): -467466 or 16178680. OLE color: 16178680.

HSL color Cylindrical-coordinate representation of color #F8DDF6: hue angle of 304.44º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DDF6 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 221 246 -
CMYK 0 0.11 0.01 0.03
HSL 304.44º 0.66% 0.92% -
HSV(B) 304.44º 0.11% 0.97% -
XYZ 81.2 78.32 98.03 -
YUV 231.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 248 221 246 0 0.11 0.01 0.03 304.44 0.66 0.92
Hex F8 DD F6 0 B 1 3 130 42 5C
Octal 370 335 366 0 13 1 3 460 102 134
Binary 11111000 11011101 11110110 0 1011 1 11 100110000 1000010 1011100

Color Harmonies of #F8DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDF6

Black with #F8DDF6

Text Example


Text Example

White with #F8DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDF6; }

 p { color: rgb(248,221,246); }

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

background-color css

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

 a { background-color: rgb(248,221,246); }

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

border-color css

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

 span { border-color: rgb(248,221,246); }

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