Html Css Color HEX #F9DFF9 Selago

📋 copy color: '#F9DFF9'

red 249 ◦ green 223 ◦ blue 249

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

Shades of Selago #F9DFF9

Tints of Selago #F9DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.93%

 BLUE value IS 249 (97.66% from 255) = 34.54%

R = 34.54%
G = 30.93%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9DFF9 (or 0xF9DFF9) is known color: Selago. HEX triplet: F9, DF and F9. RGB value is (249,223,249). Sum of RGB (Red+Green+Blue) = 249+223+249=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFF9 is #062006. Grayscale: #E9E9E9. Windows color (decimal): -401415 or 16375801. OLE color: 16375801.

HSL color Cylindrical-coordinate representation of color #F9DFF9: hue angle of 300º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFF9 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 249 -
CMYK 0 0.10 0 0.02
HSL 300º 0.68% 0.93% -
HSV(B) 300º 0.1% 0.98% -
XYZ 82.55 79.75 100.67 -
YUV 233.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 249 223 249 0 0.10 0 0.02 300 0.68 0.93
Hex F9 DF F9 0 A 0 2 12C 44 5D
Octal 371 337 371 0 12 0 2 454 104 135
Binary 11111001 11011111 11111001 0 1010 0 10 100101100 1000100 1011101

Color Harmonies of #F9DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFF9

Black with #F9DFF9

Text Example


Text Example

White with #F9DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFF9; }

 p { color: rgb(249,223,249); }

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

background-color css

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

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

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

border-color css

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

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

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