Html Css Color HEX #F9DBF9 Selago

📋 copy color: '#F9DBF9'

red 249 ◦ green 219 ◦ blue 249

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

Shades of Selago #F9DBF9

Tints of Selago #F9DBF9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.54%

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

R = 34.73%
G = 30.54%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9DBF9 (or 0xF9DBF9) is known color: Selago. HEX triplet: F9, DB and F9. RGB value is (249,219,249). Sum of RGB (Red+Green+Blue) = 249+219+249=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBF9 is #062406. Grayscale: #E7E7E7. Windows color (decimal): -402439 or 16374777. OLE color: 16374777.

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

Color convert

RGB 249 219 249 -
CMYK 0 0.12 0 0.02
HSL 300º 0.71% 0.92% -
HSV(B) 300º 0.12% 0.98% -
XYZ 81.5 77.64 100.31 -
YUV 231.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 249 219 249 0 0.12 0 0.02 300 0.71 0.92
Hex F9 DB F9 0 C 0 2 12C 47 5C
Octal 371 333 371 0 14 0 2 454 107 134
Binary 11111001 11011011 11111001 0 1100 0 10 100101100 1000111 1011100

Color Harmonies of #F9DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBF9

Black with #F9DBF9

Text Example


Text Example

White with #F9DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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