Html Css Color HEX #F9D9FA Selago

📋 copy color: '#F9D9FA'

red 249 ◦ green 217 ◦ blue 250

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

Shades of Selago #F9D9FA

Tints of Selago #F9D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.31%

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

R = 34.78%
G = 30.31%
B = 34.92%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9D9FA (or 0xF9D9FA) is known color: Selago. HEX triplet: F9, D9 and FA. RGB value is (249,217,250). Sum of RGB (Red+Green+Blue) = 249+217+250=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 217 (85.16% from 255 or 30.31% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9D9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D9FA is #062605. Grayscale: #E6E6E6. Windows color (decimal): -402950 or 16439801. OLE color: 16439801.

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

Color convert

RGB 249 217 250 -
CMYK 0.00 0.13 0 0.02
HSL 298.18º 0.77% 0.92% -
HSV(B) 298.18º 0.13% 0.98% -
XYZ 81.14 76.67 100.96 -
YUV 230.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 249 217 250 0.00 0.13 0 0.02 298.18 0.77 0.92
Hex F9 D9 FA 0 D 0 2 12A 4D 5C
Octal 371 331 372 0 15 0 2 452 115 134
Binary 11111001 11011001 11111010 0 1101 0 10 100101010 1001101 1011100

Color Harmonies of #F9D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D9FA

Black with #F9D9FA

Text Example


Text Example

White with #F9D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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