Html Css Color HEX #F9DFFE Selago

📋 copy color: '#F9DFFE'

red 249 ◦ green 223 ◦ blue 254

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

Shades of Selago #F9DFFE

Tints of Selago #F9DFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.99%

R = 34.3%
G = 30.72%
B = 34.99%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9DFFE (or 0xF9DFFE) is known color: Selago. HEX triplet: F9, DF and FE. RGB value is (249,223,254). Sum of RGB (Red+Green+Blue) = 249+223+254=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFFE is #062001. Grayscale: #EAEAEA. Windows color (decimal): -401410 or 16703481. OLE color: 16703481.

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

Color convert

RGB 249 223 254 -
CMYK 0.02 0.12 0 0.00
HSL 290.32º 0.94% 0.94% -
HSV(B) 290.32º 0.12% 1% -
XYZ 83.34 80.07 104.83 -
YUV 234.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 249 223 254 0.02 0.12 0 0.00 290.32 0.94 0.94
Hex F9 DF FE 2 C 0 0 122 5E 5E
Octal 371 337 376 2 14 0 0 442 136 136
Binary 11111001 11011111 11111110 10 1100 0 0 100100010 1011110 1011110

Color Harmonies of #F9DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFFE

Black with #F9DFFE

Text Example


Text Example

White with #F9DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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