Html Css Color HEX #F9DBFA Selago

📋 copy color: '#F9DBFA'

red 249 ◦ green 219 ◦ blue 250

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

Shades of Selago #F9DBFA

Tints of Selago #F9DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.82%

R = 34.68%
G = 30.5%
B = 34.82%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9DBFA (or 0xF9DBFA) is known color: Selago. HEX triplet: F9, DB and FA. RGB value is (249,219,250). Sum of RGB (Red+Green+Blue) = 249+219+250=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBFA is #062405. Grayscale: #E7E7E7. Windows color (decimal): -402438 or 16440313. OLE color: 16440313.

HSL color Cylindrical-coordinate representation of color #F9DBFA: hue angle of 298.06º degrees, saturation: 0.76, 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 #F9DBFA is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 250 -
CMYK 0.00 0.12 0 0.02
HSL 298.06º 0.76% 0.92% -
HSV(B) 298.06º 0.12% 0.98% -
XYZ 81.65 77.7 101.14 -
YUV 231.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 249 219 250 0.00 0.12 0 0.02 298.06 0.76 0.92
Hex F9 DB FA 0 C 0 2 12A 4C 5C
Octal 371 333 372 0 14 0 2 452 114 134
Binary 11111001 11011011 11111010 0 1100 0 10 100101010 1001100 1011100

Color Harmonies of #F9DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBFA

Black with #F9DBFA

Text Example


Text Example

White with #F9DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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