Html Css Color HEX #F9DFF6 Selago

📋 copy color: '#F9DFF6'

red 249 ◦ green 223 ◦ blue 246

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

Shades of Selago #F9DFF6

Tints of Selago #F9DFF6

RGB

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

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

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

R = 34.68%
G = 31.06%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9DFF6 (or 0xF9DFF6) is known color: Selago. HEX triplet: F9, DF and F6. RGB value is (249,223,246). Sum of RGB (Red+Green+Blue) = 249+223+246=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFF6 is #062009. Grayscale: #E9E9E9. Windows color (decimal): -401418 or 16179193. OLE color: 16179193.

HSL color Cylindrical-coordinate representation of color #F9DFF6: hue angle of 306.92º 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 #F9DFF6 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 246 -
CMYK 0 0.10 0.01 0.02
HSL 306.92º 0.68% 0.93% -
HSV(B) 306.92º 0.1% 0.98% -
XYZ 82.09 79.57 98.22 -
YUV 233.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 249 223 246 0 0.10 0.01 0.02 306.92 0.68 0.93
Hex F9 DF F6 0 A 1 2 133 44 5D
Octal 371 337 366 0 12 1 2 463 104 135
Binary 11111001 11011111 11110110 0 1010 1 10 100110011 1000100 1011101

Color Harmonies of #F9DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFF6

Black with #F9DFF6

Text Example


Text Example

White with #F9DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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