Html Css Color HEX #F9D0FF Selago

📋 copy color: '#F9D0FF'

red 249 ◦ green 208 ◦ blue 255

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

Shades of Selago #F9D0FF

Tints of Selago #F9D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.21%

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

R = 34.97%
G = 29.21%
B = 35.81%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9D0FF (or 0xF9D0FF) is known color: Selago. HEX triplet: F9, D0 and FF. RGB value is (249,208,255). Sum of RGB (Red+Green+Blue) = 249+208+255=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 208 (81.64% from 255 or 29.21% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9D0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0FF is #062F00. Grayscale: #E1E1E1. Windows color (decimal): -405249 or 16765177. OLE color: 16765177.

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

Color convert

RGB 249 208 255 -
CMYK 0.02 0.18 0 0
HSL 292.34º 1% 0.91% -
HSV(B) 292.34º 0.18% 1% -
XYZ 79.67 72.47 104.4 -
YUV 225.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 249 208 255 0.02 0.18 0 0 292.34 1 0.91
Hex F9 D0 FF 2 12 0 0 124 64 5B
Octal 371 320 377 2 22 0 0 444 144 133
Binary 11111001 11010000 11111111 10 10010 0 0 100100100 1100100 1011011

Color Harmonies of #F9D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D0FF

Black with #F9D0FF

Text Example


Text Example

White with #F9D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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