Html Css Color HEX #F9DCFA Selago

📋 copy color: '#F9DCFA'

red 249 ◦ green 220 ◦ blue 250

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

Shades of Selago #F9DCFA

Tints of Selago #F9DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.6%

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

R = 34.63%
G = 30.6%
B = 34.77%

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

#F9DCFA (or 0xF9DCFA) is known color: Selago. HEX triplet: F9, DC and FA. RGB value is (249,220,250). Sum of RGB (Red+Green+Blue) = 249+220+250=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFA is #062305. Grayscale: #E8E8E8. Windows color (decimal): -402182 or 16440569. OLE color: 16440569.

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

Color convert

RGB 249 220 250 -
CMYK 0.00 0.12 0 0.02
HSL 298º 0.75% 0.92% -
HSV(B) 298º 0.12% 0.98% -
XYZ 81.92 78.23 101.22 -
YUV 232.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 249 220 250 0.00 0.12 0 0.02 298 0.75 0.92
Hex F9 DC FA 0 C 0 2 12A 4B 5C
Octal 371 334 372 0 14 0 2 452 113 134
Binary 11111001 11011100 11111010 0 1100 0 10 100101010 1001011 1011100

Color Harmonies of #F9DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCFA

Black with #F9DCFA

Text Example


Text Example

White with #F9DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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