#FBDCFF

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

Shades of Selago #FBDCFF

Tints of Selago #FBDCFF

Color information

#FBDCFF (or 0xFBDCFF) is unknown color: approx Selago. HEX triplet: FB, DC and FF. RGB value is (251,220,255). Sum of RGB (Red+Green+Blue) = 251+220+255=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 220 (86.33% from 255 or 30.30% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFF is #042300. Grayscale: #E9E9E9. Windows color (decimal): -271105 or 16768251. OLE color: 16768251.

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

Color convert

RGB251220255-
CMYK0.020.1400
HSL293.14º100%93.14%-
HSV(B)293.14º13.73%100%-
XYZ83.4378.92105.44-
YUV233.26140.27140.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 220 (86.33% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 35.12%
R=34.57%
G=30.30%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512202550.020.1400293.1410093.14
HexFBDCFF2E00125645d
Octal37333437721600445144135
Binary1111101111011100111111111011100010010010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCFF; }

 p { color: rgb(251,220,255); }

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

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

 a { background-color: rgb(251,220,255); }

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

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

 span { border-color: rgb(251,220,255); }

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