Html Css Color HEX #F9DAFF Selago

📋 copy color: '#F9DAFF'

red 249 ◦ green 218 ◦ blue 255

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

Shades of Selago #F9DAFF

Tints of Selago #F9DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.19%

 BLUE value IS 255 (100% from 255) = 35.32%

R = 34.49%
G = 30.19%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9DAFF (or 0xF9DAFF) is known color: Selago. HEX triplet: F9, DA and FF. RGB value is (249,218,255). Sum of RGB (Red+Green+Blue) = 249+218+255=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAFF is #062500. Grayscale: #E7E7E7. Windows color (decimal): -402689 or 16767737. OLE color: 16767737.

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

Color convert

RGB 249 218 255 -
CMYK 0.02 0.15 0 0
HSL 290.27º 1% 0.93% -
HSV(B) 290.27º 0.15% 1% -
XYZ 82.19 77.5 105.24 -
YUV 231.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 249 218 255 0.02 0.15 0 0 290.27 1 0.93
Hex F9 DA FF 2 F 0 0 122 64 5D
Octal 371 332 377 2 17 0 0 442 144 135
Binary 11111001 11011010 11111111 10 1111 0 0 100100010 1100100 1011101

Color Harmonies of #F9DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAFF

Black with #F9DAFF

Text Example


Text Example

White with #F9DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAFF; }

 p { color: rgb(249,218,255); }

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

background-color css

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

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

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

border-color css

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

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

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