Html Css Color HEX #F9DDFE Selago

📋 copy color: '#F9DDFE'

red 249 ◦ green 221 ◦ blue 254

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

Shades of Selago #F9DDFE

Tints of Selago #F9DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.52%

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

R = 34.39%
G = 30.52%
B = 35.08%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9DDFE (or 0xF9DDFE) is known color: Selago. HEX triplet: F9, DD and FE. RGB value is (249,221,254). Sum of RGB (Red+Green+Blue) = 249+221+254=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDFE is #062201. Grayscale: #E9E9E9. Windows color (decimal): -401922 or 16702969. OLE color: 16702969.

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

Color convert

RGB 249 221 254 -
CMYK 0.02 0.13 0 0.00
HSL 290.91º 0.94% 0.93% -
HSV(B) 290.91º 0.13% 1% -
XYZ 82.81 79.01 104.65 -
YUV 233.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 249 221 254 0.02 0.13 0 0.00 290.91 0.94 0.93
Hex F9 DD FE 2 D 0 0 123 5E 5D
Octal 371 335 376 2 15 0 0 443 136 135
Binary 11111001 11011101 11111110 10 1101 0 0 100100011 1011110 1011101

Color Harmonies of #F9DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDFE

Black with #F9DDFE

Text Example


Text Example

White with #F9DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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