#F9DCFA

Color #F9DCFA Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #F9DCFA

Tints of Selago #F9DCFA

Color information

#F9DCFA (or 0xF9DCFA) is unknown color: approx Selago. HEX triplet: F9, DC and FA. RGB value is (249,220,250). Sum of RGB (Red+Green+Blue) = 249+220+250=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFA is #062305. Grayscale: #E8E8E8. Windows color (decimal): -402182 or 16440569. OLE color: 16440569.

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

Color convert

RGB249220250-
CMYK0.000.1200.02
HSL298º75%92.16%-
HSV(B)298º12%98.04%-
XYZ81.9278.23101.22-
YUV232.09138.11140.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.63%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=34.63%
G=30.60%
B=34.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492202500.000.1200.022987592.16
HexF9DCFA0C0212a4b5c
Octal37133437201402452113134
Binary1111100111011100111110100110001010010101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCFA; }

 p { color: rgb(249,220,250); }

 H1.HeaderClassName
 {
   color: #F9DCFA;
 }
 .AnyTagClassName
 {
   color: #F9DCFA;
 }
</style>
background-color css

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

 a { background-color: rgb(249,220,250); }

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

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

 span { border-color: rgb(249,220,250); }

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