Html Css Color HEX #F9DDF6 Selago

📋 copy color: '#F9DDF6'

red 249 ◦ green 221 ◦ blue 246

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

Shades of Selago #F9DDF6

Tints of Selago #F9DDF6

RGB

 RED value IS 249 (97.66% from 255) = 34.78%

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

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

R = 34.78%
G = 30.87%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9DDF6 (or 0xF9DDF6) is known color: Selago. HEX triplet: F9, DD and F6. RGB value is (249,221,246). Sum of RGB (Red+Green+Blue) = 249+221+246=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF6 is #062209. Grayscale: #E8E8E8. Windows color (decimal): -401930 or 16178681. OLE color: 16178681.

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

Color convert

RGB 249 221 246 -
CMYK 0 0.11 0.01 0.02
HSL 306.43º 0.7% 0.92% -
HSV(B) 306.43º 0.11% 0.98% -
XYZ 81.56 78.51 98.04 -
YUV 232.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 249 221 246 0 0.11 0.01 0.02 306.43 0.7 0.92
Hex F9 DD F6 0 B 1 2 132 46 5C
Octal 371 335 366 0 13 1 2 462 106 134
Binary 11111001 11011101 11110110 0 1011 1 10 100110010 1000110 1011100

Color Harmonies of #F9DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDF6

Black with #F9DDF6

Text Example


Text Example

White with #F9DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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