Html Css Color HEX #F9D8FC Selago

📋 copy color: '#F9D8FC'

red 249 ◦ green 216 ◦ blue 252

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

Shades of Selago #F9D8FC

Tints of Selago #F9D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.13%

 BLUE value IS 252 (98.83% from 255) = 35.15%

R = 34.73%
G = 30.13%
B = 35.15%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9D8FC (or 0xF9D8FC) is known color: Selago. HEX triplet: F9, D8 and FC. RGB value is (249,216,252). Sum of RGB (Red+Green+Blue) = 249+216+252=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8FC is #062703. Grayscale: #E5E5E5. Windows color (decimal): -403204 or 16570617. OLE color: 16570617.

HSL color Cylindrical-coordinate representation of color #F9D8FC: hue angle of 295º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D8FC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 216 252 -
CMYK 0.01 0.14 0 0.01
HSL 295º 0.86% 0.92% -
HSV(B) 295º 0.14% 0.99% -
XYZ 81.19 76.28 102.54 -
YUV 229.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 249 216 252 0.01 0.14 0 0.01 295 0.86 0.92
Hex F9 D8 FC 1 E 0 1 127 56 5C
Octal 371 330 374 1 16 0 1 447 126 134
Binary 11111001 11011000 11111100 1 1110 0 1 100100111 1010110 1011100

Color Harmonies of #F9D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D8FC

Black with #F9D8FC

Text Example


Text Example

White with #F9D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D8FC; }

 p { color: rgb(249,216,252); }

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

background-color css

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

 a { background-color: rgb(249,216,252); }

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

border-color css

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

 span { border-color: rgb(249,216,252); }

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